From 3e89ce775322c6e1f7c4459a1a76c3b309437b4d Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 29 Jan 2019 14:04:20 +0000 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 77a20e99..040b61fe 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,18 @@ http://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 2.1.0.RC1 (2019-01-29) +----------------------------------------- +* Cannot define unnamed choice: "Initial state must be set" error bug [#591] +* SM persistence and change of configuration [#605] +* SOE with persistence and orthogonal states [#615] +* Kryo seem to miss StateMachineContextSerializer at times bug [#617] +* Multiple end states for Join/Fork bug [#619] +* Document region changes docs [#621] +* Re-enable devtools for samples enhancement [#623] +* Upgrade to Kryo 4 [#625] +* DefaultStateMachineContext does not override equals [#628] + Changes in version 2.1.0.M1 (2018-11-28) ---------------------------------------- * Upgrade to Spring Boot 2.1.x [#602]