diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 63b93dc5..96f7a991 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -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]