From 70c6b67a687ce304b3eda7fd3b01adde5d5f2903 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 6 Mar 2018 14:58:20 +0000 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 361adede..38892368 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 2.0.0.RELEASE (2018-03-06) +--------------------------------------------- +* Executor should poll until the queue is empty [#520] +* Backport 1.2.x changes for 2.0.0.RELEASE [#523] + Changes in version 2.0.0.RC1 (2018-03-01) ----------------------------------------- * RepositoryStateMachinePersist not using contextObj as id [#494]