diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index b0789b4694..cba28c8393 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -2,6 +2,8 @@ * Add 'foxy' support for fixtures of polymorphic associations. #10183 [jbarnette, David Lowenfels] +* validates_inclusion_of and validates_exclusion_of allow formatted :message strings. #8132 [devrieda, Mike Naberezny] + * attr_readonly behaves well with optimistic locking. #10188 [Nick Bugajski] * Base#to_xml supports the nil="true" attribute like Hash#to_xml. #8268 [Catfish] |