From 3827a2cf8e457563b15e0a53771e09b84fe5dd4c Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sat, 28 Nov 2020 12:36:47 +0000 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index b7acde5b..d1ad5cfe 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,10 @@ https://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 2.3.0-RC1 (2020-11-28) +----------------------------------------- +* Basically just a boot upgrade to 2.3.x + Changes in version 2.1.3.RELEASE (2019-06-03) --------------------------------------------- * URL Cleanup [#686]