add extension for #219 to changelog

This commit is contained in:
Thorsten Böttger 2015-03-07 23:10:37 +13:00
parent 280a5bc8b2
commit f394bde646
1 changed files with 1 additions and 0 deletions

View File

@ -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))