From 7477a75b5f54a3947897587e0ba7ec5b6a637739 Mon Sep 17 00:00:00 2001 From: Anil Date: Wed, 21 Sep 2016 16:03:40 +0530 Subject: [PATCH] Add #398 to changelog [ci skip] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed8f88..99bc978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## unreleased + * fix: generator file name when using custom column name instead of + aasm_state (see [issue #398](https://github.com/aasm/aasm/pull/398) for details, + thanks to [@bastianwegge](https://github.com/bastianwegge)) * fix: Scopes when states are defined as a series of symbols (see [issue #397](https://github.com/aasm/aasm/pull/397) for details, thanks to [@evheny0](https://github.com/evheny0)) * fix: Multiple transition behavior when one of the transitions does not have a "from" parameter (see [issue #392](https://github.com/aasm/aasm/issues/392) for details)