diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-08-11 13:11:01 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-08-11 13:13:58 -0300 |
commit | 8781b266b92785716dba37665dbe7a4700fa3018 (patch) | |
tree | 3417a480bbba148586bdc7a148cb6ba61ee578ed /activemodel | |
parent | 347f8c5325329199e036fec9a0e20cb030011446 (diff) | |
download | rails-8781b266b92785716dba37665dbe7a4700fa3018.tar.gz rails-8781b266b92785716dba37665dbe7a4700fa3018.tar.bz2 rails-8781b266b92785716dba37665dbe7a4700fa3018.zip |
Sync CHANGELOGs [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/CHANGELOG.md | 14 |
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. |