From 29f67fdbf84f3b31c8d6f23850c0772c3ba2ab94 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 25 Sep 2016 17:43:37 +0100 Subject: [PATCH] Add docs for new in 1.2 - Relates to #238 --- docs/src/reference/asciidoc/whatsnew.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/reference/asciidoc/whatsnew.adoc b/docs/src/reference/asciidoc/whatsnew.adoc index 734f5c77..0a64f7cd 100644 --- a/docs/src/reference/asciidoc/whatsnew.adoc +++ b/docs/src/reference/asciidoc/whatsnew.adoc @@ -22,3 +22,13 @@ interoperability with web applications. * New samples, <>, <>. * UI modeling support using Eclipse Papyrus, <>. +== In 1.2 +_Spring Statemachine 1.2_ is focusing generic enhacements, better +_UML_ support and integrations with external config repositories. + +* Support for UML submachines <> +* New _Repository_ abstraction keeping machine configuration in an + external repository <> +* New support for state actions. <> +* New error action concepts. +