Update changelog

This commit is contained in:
Janne Valkealahti
2017-11-15 08:05:42 +00:00
parent c8062e6c61
commit 6c98da6b7f

View File

@@ -4,6 +4,13 @@ http://projects.spring.io/spring-statemachine/
Issues: https://github.com/spring-projects/spring-statemachine/issues
Changes in version 1.2.7.RELEASE (2017-11-15)
---------------------------------------------
* Handle null BeanFactory in StateMachineHandlerCallHelper [#412]
* Fix logging message when transition action throws exception [#413]
* Multiple exit points to same state fails [#416]
* Backport master changes [#420]
Changes in version 1.2.6.RELEASE (2017-07-09)
---------------------------------------------
* Deadlock in lifecycle [#364]