From b2deb7f4caa1b4b8f536af55bcd6263cbce5692e Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 29 Apr 2019 08:10:57 +0100 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 5c42e444..5fc79a95 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,17 @@ http://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 2.1.2.RELEASE (2019-04-29) +--------------------------------------------- +* Polish docs [#687] +* Editing pass [#719] +* Modernized the document production [#720] +* Add backwards compatibility between StateMachineContext serialization [#722] +* AbstractStateMachinePersister incorrectly build StateMachineContext for nested region and Fork/Join SM [#723] +* RegionPersistingInterceptorAdapter missing methods [#726] +* Infinite loop when triggering initial event of a submachine [#729] +* Post state change intercept may happen too early [#734] + Changes in version 2.1.1.RELEASE (2019-03-19) --------------------------------------------- * Fix wrong docs in Using StateMachineRuntimePersister [#595]