From 5557046bce642691ac2e19f95077660235574678 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 28 Sep 2016 15:57:32 +0100 Subject: [PATCH] Update changelog for 1.1.1.RELEASE --- 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 3bdf2d65..cb354128 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.1.1.RELEASE (2016-09-28) +--------------------------------------------- +* Backport: Transition not accepted due to wrong comparison [#258] +* Backport: Restoring persisted context incorrectly resets state when inside fork [#260] +* Backport: Support multiple transitions from join [#261] + Changes in version 1.1.0.RELEASE (2016-05-23) --------------------------------------------- * Start adding developer doc info into ref docs [#158]