aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-06-11 18:03:13 +0200
committerJosé Valim <jose.valim@gmail.com>2011-06-11 18:03:13 +0200
commit82568bedaeb780cec2a6e14aa740ceb4da7291dd (patch)
tree6772b48e3cc7650b18f5de29ad13a0a6d5cb63e1 /activemodel
parent410a42860b7e2b83b37573e5b72d1f1cb93a9f69 (diff)
downloadrails-82568bedaeb780cec2a6e14aa740ceb4da7291dd.tar.gz
rails-82568bedaeb780cec2a6e14aa740ceb4da7291dd.tar.bz2
rails-82568bedaeb780cec2a6e14aa740ceb4da7291dd.zip
Update CHANGELOG.
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG
index b1ad315c46..c38349b95e 100644
--- a/activemodel/CHANGELOG
+++ b/activemodel/CHANGELOG
@@ -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,