From a55772e9f74a0f14ee46e2bb4ec7a786a6835be3 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Thu, 12 Jul 2018 13:26:20 +0100 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 8f931a77..76d7cb78 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,14 @@ http://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 2.0.2.RELEASE (2018-07-12) +--------------------------------------------- +* Update sm.adoc [#565] +* StateMachineHandlerCallHelper uses BeanFactory#toString [#569] +* Use Spring Boot autoconfigure-processor to optimize auto-configurations [#570] +* UML Factory facilities leak memory [#572] +* Upgrade to boot 2.0.3 [#576] + Changes in version 2.0.1.RELEASE (2018-04-06) --------------------------------------------- * mvn spring-boot:run fails when devtools are on the classpath [#531]