From 8ba4f38ce2de4bf15b1df78e70652678387bc4ac Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 17 Jan 2021 19:55:03 +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 60e7f121..52d3ce79 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.2.2.RELEASE (2021-01-18) +--------------------------------------------- +* Update boot 2.2.13 [#919] +* Imported uml state machines do not work in spring state machine [#902] + Changes in version 2.2.1.RELEASE (2020-11-28) --------------------------------------------- * Backport master changes [#834]