From 222c405682d434ef202d87722e15d172331c8d74 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Fri, 19 May 2017 08:05:01 +0100 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 92f4ca6b..63b93dc5 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,12 @@ http://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 1.2.5.RELEASE (2017-05-19) +--------------------------------------------- +* Support actions with transition via choice/junction pseudostate [#108] +* NPE on sendEvent [#359] +* Deadlock in executor [#360] + Changes in version 1.2.4.RELEASE (2017-05-03) --------------------------------------------- * Prevent debug calls in AbstractStateMachine if not enabled [#329]