aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-11 13:11:01 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-11 13:13:58 -0300
commit8781b266b92785716dba37665dbe7a4700fa3018 (patch)
tree3417a480bbba148586bdc7a148cb6ba61ee578ed /activemodel/CHANGELOG.md
parent347f8c5325329199e036fec9a0e20cb030011446 (diff)
downloadrails-8781b266b92785716dba37665dbe7a4700fa3018.tar.gz
rails-8781b266b92785716dba37665dbe7a4700fa3018.tar.bz2
rails-8781b266b92785716dba37665dbe7a4700fa3018.zip
Sync CHANGELOGs [ci skip]
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 847ae7f237..9188719b78 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -39,10 +39,24 @@
* When `^` or `$` are used in the regular expression provided to `validates_format_of` and the :multiline option is not set to true, an exception will be raised. This is to prevent security vulnerabilities when using `validates_format_of`. The problem is described in detail in the Rails security guide.
+
+## Rails 3.2.8 (Aug 9, 2012) ##
+
+* No changes.
+
+
+## Rails 3.2.7 (Jul 26, 2012) ##
+
+* `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented.
+
+* Fix the the backport of the object dup with the ruby 1.9.3p194.
+
+
## Rails 3.2.6 (Jun 12, 2012) ##
* No changes.
+
## Rails 3.2.5 (Jun 1, 2012) ##
* No changes.