CHANGELOG.md in finite_machine-0.10.0 vs CHANGELOG.md in finite_machine-0.10.1
- old
+ new
@@ -1,4 +1,11 @@
+0.10.1 (May 24, 2015)
+
+* Add ability to inherit state machine definitions
+* Add Env class for holiding machine envionment references
+* Change DSL to delegate calls to machine instance
+* Change ChoiceMerger to use machine directly
+
0.10.0 (November 16, 2014)
* Add #alias_target to allow renaming of target object by @reggieb
* Fix issue with async calls passing wrong arguments to conditionals
* Change TransitionEvent, AsyncCall to be immutable