aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-11-20 22:01:04 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-11-20 22:01:04 +0000
commit8ed83b9b1efbe94728f9b504ff58f06cc41f9fed (patch)
tree07ff26010cf3a2d4617065e592e72c42307424cb /activerecord/CHANGELOG
parent609a03fd2ad434ea4e5e5418336b3e50dcce3557 (diff)
downloadrails-8ed83b9b1efbe94728f9b504ff58f06cc41f9fed.tar.gz
rails-8ed83b9b1efbe94728f9b504ff58f06cc41f9fed.tar.bz2
rails-8ed83b9b1efbe94728f9b504ff58f06cc41f9fed.zip
validates_inclusion_of and validates_exclusion_of allow formatted :message strings. Closes #8132 [devrieda, Mike Naberezny]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8172 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
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]