aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-06-01 11:30:44 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-06-01 11:32:36 -0300
commitb13d89ea9ee03467dc80a9ad29e3b10cece67b35 (patch)
tree76a61fec9e33858ab184945db3020e5eda9a7fee /activesupport
parent8d4f63a1a593928c1718e73043c8ca525440fb6b (diff)
downloadrails-b13d89ea9ee03467dc80a9ad29e3b10cece67b35.tar.gz
rails-b13d89ea9ee03467dc80a9ad29e3b10cece67b35.tar.bz2
rails-b13d89ea9ee03467dc80a9ad29e3b10cece67b35.zip
Add release date of 3.2.5 on the CHANGELOG
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index b231bdd1ac..e1ed948ede 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,11 +1,14 @@
+## Rails 3.2.5 (Jun 1, 2012) ##
+
+* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
+ for custom JSON string literals. *Erich Menge*
+
+
## Rails 3.2.4 (May 31, 2012) ##
* Added #beginning_of_hour and #end_of_hour to Time and DateTime core
extensions. *Mark J. Titorenko*
-* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
- for custom JSON string literals. *Erich Menge*
-
## Rails 3.2.3 (March 30, 2012) ##