From 9ef3730fb4572acab74bab9e5cd6d6a882ed2f63 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 13 Mar 2017 15:03:58 +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 339a76c9..f53cfe69 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.3.RELEASE (2017-03-13) +--------------------------------------------- +* Backport master changes [#320] +* TimerTrigger not disarmed [#321] +* Notify transition before calling its actions [#322] +* Support connection point references [#323] + Changes in version 1.2.2.RELEASE (2017-02-14) --------------------------------------------- * Allow to use generic qualifiers for statemachine factory [#306]