From d8499a7687c4e899b9763b0d72ddd4145b27a479 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 6 Mar 2018 14:49:58 +0000 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 90a08fdf..5ae29585 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,15 @@ http://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 1.2.9.RELEASE (2018-03-06) +--------------------------------------------- +* Support proper completion transition schematics [#466] +* Add hamcrest based version of expectVariable to StateMachineTestPlanBuilder [#483] +* Backport master changes [#496] +* Support executing state action with timeout [#501] +* StateMachineAnnotationPostProcessor should extract correct annotated method [#510] +* Configurers may cause UnsatisfiedDependencyException [#522] + Changes in version 1.2.8.RELEASE (2018-01-22) --------------------------------------------- * StateMachine restore via Spring Data [#423]