aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2013-03-18 14:51:46 -0700
committerclaudiob <claudiob@gmail.com>2013-03-18 14:51:46 -0700
commit0e56c1de704370f3a2ef0cf9a2d945330b5653c7 (patch)
tree6ce694d6259ae6a783ebdb72928f7eccab48fc85 /activesupport
parent167b645a2a0e983cb681d94adbe17480c824e701 (diff)
downloadrails-0e56c1de704370f3a2ef0cf9a2d945330b5653c7.tar.gz
rails-0e56c1de704370f3a2ef0cf9a2d945330b5653c7.tar.bz2
rails-0e56c1de704370f3a2ef0cf9a2d945330b5653c7.zip
Add release dates to documentation [ci skip]
Set "March 18, 2013" as the release date for 3.2.13
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index a22daa1d5f..649766cc9b 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -6,7 +6,7 @@
*Andrew White*
-## Rails 3.2.13 ##
+## Rails 3.2.13 (Mar 18, 2013) ##
* Fix DateTime comparison with DateTime::Infinity object.