From 0c0c36dcd9b99e942d51db6142a003d96de541bf Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 17 Jan 2021 19:55:00 +0000 Subject: [PATCH] Update changelog --- docs/src/info/changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index d1ad5cfe..d1cc745c 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,11 @@ https://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 2.3.0 (2021-01-18) +------------------------------------- +* Update boot 2.3.8 [#918] +* Remove StateMachineInterceptor deprecations [#905] + Changes in version 2.3.0-RC1 (2020-11-28) ----------------------------------------- * Basically just a boot upgrade to 2.3.x