CHANGELOG.md in finite_machine-0.9.0 vs CHANGELOG.md in finite_machine-0.9.1
- old
+ new
@@ -1,4 +1,12 @@
+0.9.1 (August 10, 2014)
+
+* Add TransitionBuilder to internally build transitions from states
+* Fix #choice to allow for multiple from states
+* Add #current? to Transition to determine if matches from state
+* Add #select_choice_transition to EventsChain to determine matching choice transition
+* Fix #choice to work with same named events
+
0.9.0 (August 3, 2014)
* Add Definition class to allow to define standalone state machine
* Upgrade RSpec dependency and refactor specs
* Change initial helper to simply state name with options