Update CHANGELOG

This commit is contained in:
José Valim
2013-07-26 09:22:59 +02:00
parent cd1bc53947
commit 9bc8e1211b

View File

@@ -1,4 +1,8 @@
== 3.0.1
* enhancements
* Add after_confirmation callback
* bug fix
* When using rails 3.2, the generator adds 'attr_accessible' to the model (by @jcoyne)