From 412734b011094a2fd760317c9c5f69df1f511482 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 3 Jun 2019 07:09:20 +0100 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 8666dd3f..406fc964 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,13 @@ https://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 2.0.4.RELEASE (2019-06-03) +--------------------------------------------- +* URL Cleanup [#692] +* URL Cleanup [#708] +* URL Cleanup [#714] +* Backport 2.1.x changes [#739] + Changes in version 2.0.3.RELEASE (2018-11-10) --------------------------------------------- * Initial state wrongly entered with entry point [#577]