1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

update changelog

This commit is contained in:
Scott Barron 2008-06-23 09:02:21 -04:00
parent 9bcd296f40
commit 600bc639d2

View file

@ -1,3 +1,5 @@
* In AR persistence, move state column from class level variables into the StateMachine object for the class
* allowed :to array and :on_transition callback [Kevin Triplett]
* Support enter and exit actions on states