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]