From fdc14d6114648affc19b459dc0f7fd6ccdd4730e Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 11 Dec 2016 16:22:16 +0000 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 0ae4e8d8..6b826c83 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,12 @@ http://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 1.0.3 (2016-12-11) +------------------------------------- +Backport: Exception in action in transition may cause machine to malfunction #148 [#155] +Backport: Distributed machine with zk may miss events #152 [#157] +Backport: Add default taskExecutor/taskScheduler for machine via builder #161 [#163] + Changes in version 1.0.2 (2015-12-30) ------------------------------------- * Backport: DefaultStateMachineExecutor using wrong extended state #146 backport [#147]