mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
add extension for #219 to changelog
This commit is contained in:
parent
280a5bc8b2
commit
f394bde646
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
## 4.1.1 (not yet released)
|
||||
|
||||
* event arguments are now passed to state callbacks as well (not only to event callbacks) (see [issue #219](https://github.com/aasm/aasm/issues/219), thanks to [@tobithiel](https://github.com/tobithiel))
|
||||
* `AASM::InvalidTransition` now references the current object (with the state machine) and the _AASM_ event name (see [issue #217](https://github.com/aasm/aasm/issues/217), thanks to [@awsmsrc](https://github.com/awsmsrc))
|
||||
* bugfix: do not update unloaded state for [Sequel](http://sequel.jeremyevans.net/) (see [issue #218](https://github.com/aasm/aasm/issues/218), thanks to [@godfat](https://github.com/godfat))
|
||||
|
||||
|
|
Loading…
Reference in a new issue