mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Add #388 to changelog
This commit is contained in:
parent
d174ff0f1e
commit
d28707c733
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## unreleased
|
||||||
|
|
||||||
|
* fix: permissible states not respecting guard parameters(see [issue #388](https://github.com/aasm/aasm/issues/388)) with [pull-request #389]
|
||||||
|
|
||||||
## 4.11.0
|
## 4.11.0
|
||||||
|
|
||||||
* support `logger` configuration (see [issue #370](https://github.com/aasm/aasm/pull/370) for details, thanks to [@HoyaBoya](https://github.com/HoyaBoya))
|
* support `logger` configuration (see [issue #370](https://github.com/aasm/aasm/pull/370) for details, thanks to [@HoyaBoya](https://github.com/HoyaBoya))
|
||||||
|
@ -329,4 +333,3 @@
|
||||||
|
|
||||||
* supporting i18n
|
* supporting i18n
|
||||||
* supporting regular expressions for hash values and strings
|
* supporting regular expressions for hash values and strings
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue