From e351096a20e0303dd4fccae0b0c1f5db968a250f Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Thu, 18 Mar 2021 17:50:22 +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 c1f0505d..a54a37d6 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 3.0.0 (2021-03-19) +------------------------------------- +* Update boot 2.4.4 [#933] +* Docs refactoring for reactive changes [#742] + Changes in version 3.0.0-RC2 (2021-03-14) ----------------------------------------- * Update boot 2.4.3 [#928]