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]