Update CHANGELOG for #372, #362, #404 [ci-skip]

This commit is contained in:
Anil Kumar Maurya 2016-10-16 02:05:54 +05:30 committed by GitHub
parent 435826897f
commit 9afee274e6
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# CHANGELOG
## unreleased
* fix: multiple transitions in a single event with the same to and from states (see [issue #372](https://github.com/aasm/aasm/issues/372) and [issue #362](https://github.com/aasm/aasm/issues/362) for details, fixed with [pull-request #408](https://github.com/aasm/aasm/pull/408), thanks to [@dathanb](https://github.com/dathanb))
* fix: passing nil as a argument to callbacks (see [issue #404](https://github.com/aasm/aasm/issues/404) for details, fixed with [pull-request #406](https://github.com/aasm/aasm/pull/406), thanks to [@yogeshjain999](https://github.com/yogeshjain999))
## 4.11.1
* fix: generator file name when using custom column name instead of