Update changelog

This commit is contained in:
Janne Valkealahti
2018-03-06 14:49:58 +00:00
parent 45b6b2e5ae
commit d8499a7687

View File

@@ -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]