From 9afee274e6e6d547b835a2c2d06d6e77039b40de Mon Sep 17 00:00:00 2001 From: Anil Kumar Maurya Date: Sun, 16 Oct 2016 02:05:54 +0530 Subject: [PATCH] Update CHANGELOG for #372, #362, #404 [ci-skip] --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e28ad72..624512e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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