aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-07-23 14:26:16 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-07-23 14:26:16 -0700
commit125dfdfcf7aa990d49817ef84202f6a374804882 (patch)
treedf070962c494ea0e834eafb103016487e4b4f062 /activemodel/CHANGELOG.md
parent6b7d26cf3c061907aedc44f7f36776c9b36950fd (diff)
downloadrails-125dfdfcf7aa990d49817ef84202f6a374804882.tar.gz
rails-125dfdfcf7aa990d49817ef84202f6a374804882.tar.bz2
rails-125dfdfcf7aa990d49817ef84202f6a374804882.zip
updating changelogs
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 1ea6784042..8d650500ef 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,9 @@
+## Rails 3.2.7 (unreleased)
+
+* `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.