From 7553e5bddc9eda081c808a5c03b761e6ad60815b Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 3 Jun 2019 07:05:36 +0100 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index cf5ecc93..b7acde5b 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,15 @@ https://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 2.1.3.RELEASE (2019-06-03) +--------------------------------------------- +* URL Cleanup [#686] +* URL Cleanup [#688] +* URL Cleanup [#694] +* ConcurrentModificationException in DefaultStateMachineExecutor [#736] +* Machine stopped unexpectedly inside fork/join [#737] +* Deadlock in DefaultStateMachineService [#770] + Changes in version 2.1.2.RELEASE (2019-04-29) --------------------------------------------- * Polish docs [#687]