update planning

This commit is contained in:
Thorsten Böttger 2015-07-10 22:58:23 +12:00
parent e72f00f5b1
commit 3eae2553ea
1 changed files with 4 additions and 3 deletions

View File

@ -3,13 +3,12 @@
## version 4.3
* add support for multiple state machines per class
* what happen's if someone accesses `aasm`, but has defined a
state machine for `aasm(:my_name)`?
* persistence
* _ActiveRecord_
* _Mongoid_
* _MongoMapper_
* _Sequel_
* what happen's if someone accesses `aasm`, but has defined a
state machine for `aasm(:my_name)`?
* documentation
* silence warnings?
@ -22,3 +21,5 @@
(aka the state machine _name_)
* if no selector/name is provided, `:default` will be used
* duplicate definitions of states and events will issue warnings
* check all tests
* _ActiveRecord_