Updates to docs

- Relates to #185
This commit is contained in:
Janne Valkealahti
2016-03-20 09:35:37 +00:00
parent 9641afeeb4
commit 272749bb87

View File

@@ -11,6 +11,11 @@ interoperability with web applications.
* `StateContext` is now a first class citizen with how user can
interact with a State Machine, <<sm-statecontext>>.
* Features around persistence has been enhanced with a build-in
support for redis, <<sm-persist-redis>>
support for redis, <<sm-persist-redis>>.
* New feature helping with persist operations,
<<sm-persist-statemachinepersister>>.
* Configuration model classes are now a public API.
* New features in timer based events.
* Configuration model verifier.
* New samples, <<statemachine-examples-security>>, <<statemachine-examples-eventservice>>