aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-08-01 14:38:04 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-08-01 14:38:09 -0300
commit6764b7ba23ff42998f2b61ecc3435382bdbd1aeb (patch)
tree230eaec02577a6e7fbc028e81485252be505bce5 /activemodel/CHANGELOG.md
parent3e01a2a855f7f00dcdf5867db2decb158db6ab6e (diff)
downloadrails-6764b7ba23ff42998f2b61ecc3435382bdbd1aeb.tar.gz
rails-6764b7ba23ff42998f2b61ecc3435382bdbd1aeb.tar.bz2
rails-6764b7ba23ff42998f2b61ecc3435382bdbd1aeb.zip
Add missing CHANGELOG entries
[ci skip]
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 475149e852..3cab13a709 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,10 +1,14 @@
-## Rails 3.2.7 (Jul 26, 2012)
+## Rails 3.2.8 ##
+
+* 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)
+## Rails 3.2.6 (Jun 12, 2012) ##
* No changes.