Update CHANGELOG.

This commit is contained in:
José Valim 2011-06-11 18:03:13 +02:00
parent 410a42860b
commit 82568bedae
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
*Rails 3.1.0 (unreleased)*
* Alternate I18n namespace lookup is no longer supported.
Instead of "activerecord.models.admins.post", do "activerecord.models.admins/post" instead [José Valim]
* attr_accessible and friends now accepts :as as option to specify a role [Josh Kalderimis]
* Add support for proc or lambda as an option for InclusionValidator,