Document spring javaconfig usage for beans

- Fixes #162
- Relates to #185
This commit is contained in:
Janne Valkealahti
2016-03-19 16:27:16 +00:00
parent fe6ca757e9
commit 9641afeeb4
3 changed files with 111 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ Changes in version 1.1.0.M2 (2016-03-21)
----------------------------------------
* Better config error handling [#103]
* Support testing intermediate state changes [#154]
* Document spring javaconfig usage for beans [#162]
* Listener error should not cause malfunction [#164]
* Timer interval reset for states [#165]
* Make config data classes as a public api [#172]