aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 117e34a822..ea72f692d3 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,11 @@
## unreleased ##
+* No changes.
+
+
+## Rails 3.2.13 (Feb 17, 2013) ##
+
+
* Fix DateTime comparison with DateTime::Infinity object.
*Dan Kubb*