1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

version bump to 4.2.0

This commit is contained in:
Thorsten Böttger 2015-06-23 21:43:03 +12:00
parent aad5fa55de
commit 4ea38fc6fc
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
# CHANGELOG # CHANGELOG
## 4.2.0 (not yet released) ## 4.3.0 (not yet released)
## 4.2.0
* support turning off and on the configuration option for `no_direct_assignment` (see [issue #223](https://github.com/aasm/aasm/issues/223) for details) * support turning off and on the configuration option for `no_direct_assignment` (see [issue #223](https://github.com/aasm/aasm/issues/223) for details)
* event arguments are now passed to `:after_commit` callbacks as well (see [issue #238](https://github.com/aasm/aasm/pull/238), thanks to [@kuinak](https://github.com/kuinak)) * event arguments are now passed to `:after_commit` callbacks as well (see [issue #238](https://github.com/aasm/aasm/pull/238), thanks to [@kuinak](https://github.com/kuinak))

View file

@ -1,3 +1,3 @@
module AASM module AASM
VERSION = "4.1.1" VERSION = "4.2.0"
end end