mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
update changelog for latest patch from @Shwetakale
This commit is contained in:
parent
b562834e53
commit
65e1cfe32e
1 changed files with 2 additions and 1 deletions
|
@ -2,13 +2,14 @@
|
|||
|
||||
## 4.1.0 (not yet released)
|
||||
|
||||
* bugfix: initialize the aasm state column after initialization of the _Mongoid_ instance (see [issue #206](https://github.com/aasm/aasm/issues/206), thanks to [@Shwetakale ](https://github.com/Shwetakale ))
|
||||
* added support for mongomapper ORM (see [issue #203](https://github.com/aasm/aasm/issues/203), thanks to [@reidmorrison ](https://github.com/reidmorrison ))
|
||||
* `aasm_column` has been removed. Use `aasm.attribute_name` instead
|
||||
* `aasm_human_event_name` has been removed. Use `aasm.human_event_name` instead
|
||||
|
||||
## 4.0.8
|
||||
|
||||
* bugfix: may_<event>? should return true or false only (see [issue #200](https://github.com/aasm/aasm/issues/200) for details)
|
||||
* bugfix: may_event_name? should return true or false only (see [issue #200](https://github.com/aasm/aasm/issues/200) for details)
|
||||
|
||||
## 4.0.7
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue