From a6ec6b324debd59442f2eb124cb5b88b7e43ebd3 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 14 Mar 2021 14:58:36 +0000 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 f11c80bd..c1f0505d 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 3.0.0-RC2 (2021-03-14) +----------------------------------------- +* Update boot 2.4.3 [#928] +* 3.0.0.RC1 sendEvent of Mono returns Flux [#922] +* resetStateMachine method of the StateMachineAccessor fails when using reactive model [#911] +* Add reactive support [#397] + Changes in version 3.0.0-RC1 (2020-12-11) ----------------------------------------- * Support using junit5 [#771]