add #261 to changelog

This commit is contained in:
Thorsten Böttger 2016-01-08 09:28:35 +13:00
parent 0a185b996e
commit a691aa702c
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG
## unreleased
* add generators to configure active_record and mongoid after install (see [issue #261](https://github.com/aasm/aasm/issues/261) for details, thanks to [@anilmaurya](https://github.com/anilmaurya))
## 4.5.2
* fix arity difference between Procs and lambdas (see [issue #293](https://github.com/aasm/aasm/issues/293) for details)