update changelog for latest patch from @reidmorrison

This commit is contained in:
Thorsten Böttger 2015-02-23 21:22:39 +13:00
parent b48e9401ba
commit b562834e53
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## 4.1.0 (not yet released)
* 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