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

update changelog for disabling/enabling no_direct_assignment #223

This commit is contained in:
Thorsten Böttger 2015-05-29 22:43:29 +12:00
parent daf13541bc
commit dad5b44bcf

View file

@ -2,6 +2,8 @@
## 4.2.0 (not yet released) ## 4.2.0 (not yet released)
* support turning off and on the configuration option for `no_direct_assignment` (see [issue #223](https://github.com/aasm/aasm/issues/223) for details)
## 4.1.1 ## 4.1.1
* support block notation for `:after_commit` event callbacks (see [issue #224](https://github.com/aasm/aasm/issues/224) for details) * support block notation for `:after_commit` event callbacks (see [issue #224](https://github.com/aasm/aasm/issues/224) for details)