aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-05-06 05:53:27 +0200
committerJosé Valim <jose.valim@gmail.com>2011-05-06 05:53:58 +0200
commit41a6d96c1bced4a2e4cba20b8c209c52656f59cf (patch)
tree1ca2561350a95bdbdc34bfcf6d15b06130c36af3 /activemodel
parent7adfd02b3f81bafe7272cdca59239fc24165eb2f (diff)
downloadrails-41a6d96c1bced4a2e4cba20b8c209c52656f59cf.tar.gz
rails-41a6d96c1bced4a2e4cba20b8c209c52656f59cf.tar.bz2
rails-41a6d96c1bced4a2e4cba20b8c209c52656f59cf.zip
Update CHANGELOGs.
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG
index 03287fac7a..f29f134783 100644
--- a/activemodel/CHANGELOG
+++ b/activemodel/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.1.0 (unreleased)*
+* 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,
ExclusionValidator, and FormatValidator [Prem Sichanugrist]