mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Add #392 to changelog [ci skip]
This commit is contained in:
parent
924585f2dd
commit
c73f883e1c
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
## unreleased
|
||||
|
||||
* 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)
|
||||
|
||||
## 4.11.0
|
||||
|
|
Loading…
Add table
Reference in a new issue