aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-05-31 10:19:29 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-05-31 10:19:29 -0700
commitd3e5d1c295365238412fc3aa2666d09ddb69bb1d (patch)
treea2796c4cf08ac508e87df85cc09aa4745a8f87a1 /activesupport/CHANGELOG.md
parentac465d5dd2220acba26947ed3c6d29c11287e333 (diff)
downloadrails-d3e5d1c295365238412fc3aa2666d09ddb69bb1d.tar.gz
rails-d3e5d1c295365238412fc3aa2666d09ddb69bb1d.tar.bz2
rails-d3e5d1c295365238412fc3aa2666d09ddb69bb1d.zip
updating changelogs
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 8d8a9d8ad8..171740f075 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.4 (unreleased) ##
+## Rails 3.2.4 (May 31, 2012) ##
* Added #beginning_of_hour and #end_of_hour to Time and DateTime core
extensions. *Mark J. Titorenko*