From 6314b6c417c3e1f813069cf4b3fc675073afa15a Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 28 Mar 2018 07:28:07 +0100 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 5ae29585..bc46a2d0 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,11 @@ http://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 1.2.10.RELEASE (2018-03-28) +---------------------------------------------- +* Backport master changes [#529] +* Executor may build up triggers with timers [#538] + Changes in version 1.2.9.RELEASE (2018-03-06) --------------------------------------------- * Support proper completion transition schematics [#466]