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

added entry to changelog for latest merge

This commit is contained in:
Thorsten Böttger 2013-11-18 23:21:55 +01:00
parent 3ce4119cb6
commit f03345feea

View file

@ -1,5 +1,10 @@
# CHANGELOG
## 4.0.0 (not yet released)
* callbacks don't require `to_state` parameter anymore, but still support it (issues #11, #58 #80 thanks to [@ejlangev](https://github.com/ejlangev))
## 3.0.23
* added support for `after_commit` callback (transaction support) (thanks to [@tisba](https://github.com/tisba))