From 4f5cdaee93b6c79ca3ed8019712aa36dc08c326c Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 6 Mar 2018 15:40:25 +0000 Subject: [PATCH] Polish docs - Relates #509 #501 #466 --- docs/src/reference/asciidoc/whatsnew.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/src/reference/asciidoc/whatsnew.adoc b/docs/src/reference/asciidoc/whatsnew.adoc index 133f366e..6ef80300 100644 --- a/docs/src/reference/asciidoc/whatsnew.adoc +++ b/docs/src/reference/asciidoc/whatsnew.adoc @@ -41,9 +41,17 @@ not seen in a point release but these changes didn't merit a fork of _Spring Statemachine 1.3_. * JPA entity classes have changed table names <> -* New sample <> +* New sample <> * New _Entity_ classes for persistence <> used with <> * Transition conflict policy mentioned in <> +=== In 1.2.9 +_Spring Statemachine 1.2.9_ is mostly a bug fixes but two new features +went in. + +* Support for proper completion transition schematics, meaning state + do actions can now be used with anonymous transitions. +* State actions can be configured with execution timeout. +