aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 7a5fb6e485..467b5e466a 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,3 @@
-## Rails 3.2.12 (unreleased) ##
-
* Fix DateTime comparison with DateTime::Infinity object.
*Dan Kubb*
@@ -24,6 +22,11 @@
*Daniele Sluijters*
+## Rails 3.2.12 (Fev 11, 2013) ##
+
+* No changes.
+
+
## Rails 3.2.11 (Jan 8, 2012) ##
* Hash.from_xml raises when it encounters type="symbol" or type="yaml".