Update changelog

This commit is contained in:
Janne Valkealahti
2019-03-19 11:51:25 +00:00
parent 40a7230a43
commit 74c6bc2c46

View File

@@ -4,6 +4,15 @@ http://projects.spring.io/spring-statemachine/
Issues: https://github.com/spring-projects/spring-statemachine/issues
Changes in version 2.1.1.RELEASE (2019-03-19)
---------------------------------------------
* Fix wrong docs in Using StateMachineRuntimePersister [#595]
* StateMachineInterceptor code is not executed [#633]
* URL Cleanup [#635]
* Add support for @EventHeader annotation [#638]
* Add new method hasStateMachine [#640]
* JoinPseudoState not tracking join states correctly [#684]
Changes in version 2.1.0.RELEASE (2019-02-18)
---------------------------------------------
* Upgrade to boot 2.1.3 [#632]