mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
parent
435826897f
commit
9afee274e6
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue