From 021b906bd3227fa6c27e8274e9a75f5997966000 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sat, 10 Nov 2018 13:49:44 +0000 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 76d7cb78..988e49b1 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,13 @@ http://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 2.0.3.RELEASE (2018-11-10) +--------------------------------------------- +* Initial state wrongly entered with entry point [#577] +* Update sm.adoc [#587] +* Fixed Enum Comparison [#592] +* Fix numpad typo in Reference documentation, section B.3.8 [#594] + Changes in version 2.0.2.RELEASE (2018-07-12) --------------------------------------------- * Update sm.adoc [#565]