Update changelog

This commit is contained in:
Janne Valkealahti
2017-07-09 08:14:17 +01:00
parent 609035acea
commit 3b79825ec5

View File

@@ -4,6 +4,19 @@ http://projects.spring.io/spring-statemachine/
Issues: https://github.com/spring-projects/spring-statemachine/issues
Changes in version 1.2.6.RELEASE (2017-07-09)
---------------------------------------------
* Deadlock in lifecycle [#364]
* Unable to define multiple END states via JavaConfig [#368]
* @WithStateMachine may register too many processors [#370]
* Backport master changes [#372]
* AbstractStateMachine.getState() returns unexpected value for terminal states [#379]
* Timer not trigger when resetStateMachine [#381]
* Reset may start submachine too early [#386]
* @OnExtendedStateChanged doesn't work with a key [#387]
* resetStateMachine does not clear machine id relating to prior state context [#390]
* Make AbstractStateMachinePersister fully recursive [#391]
Changes in version 1.2.5.RELEASE (2017-05-19)
---------------------------------------------
* Support actions with transition via choice/junction pseudostate [#108]