From 1e2d16fc4769703409827da156253a4cadedace3 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Thu, 12 Jul 2018 13:27:33 +0100 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 d9958127..13d71cbf 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -4,6 +4,11 @@ http://projects.spring.io/spring-statemachine/ Issues: https://github.com/spring-projects/spring-statemachine/issues +Changes in version 1.2.11.RELEASE (2018-07-12) +---------------------------------------------- +* Fix 1.2.x build for jdk7 [#561] +* Backport master changes [#573] + Changes in version 1.2.11.RELEASE (2018-04-26) ---------------------------------------------- * Backport master changes [#549]