Add #397 to changelog [ci skip]

This commit is contained in:
Anil 2016-09-19 13:02:09 +05:30
parent 2d3ef9967b
commit 860cecf889
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## unreleased
* 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)
* fix: permissible states not respecting guard parameters (see [issue #388](https://github.com/aasm/aasm/issues/388)) with [pull-request #389](https://github.com/aasm/aasm/pull/389)