aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-02-27 10:01:29 -0800
committerSteve Klabnik <steve@steveklabnik.com>2013-02-27 10:06:45 -0800
commit23434f6162304292e8c4e28f2744e2cce719b372 (patch)
treecda6b115c9a72ac773ce566b0f1c29dfac9820a1 /activesupport
parent197b9f4d61260bea9e2a0a4883977e02164a0667 (diff)
downloadrails-23434f6162304292e8c4e28f2744e2cce719b372.tar.gz
rails-23434f6162304292e8c4e28f2744e2cce719b372.tar.bz2
rails-23434f6162304292e8c4e28f2744e2cce719b372.zip
Update CHANGELOGs for 3.2.13 release.
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*