From 6c98da6b7faf09f7b7da3f72cd1c2905850c1455 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 15 Nov 2017 08:05:42 +0000 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 96f7a991..96688352 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -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]