aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-01 15:52:18 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-01 15:56:38 -0300
commitaf65b8c9e75052c8ec282e9676502a3a9506ac89 (patch)
treeef69072df640d0c516273532ff0219db142e45d0 /activesupport/CHANGELOG.md
parent857697bb8722c154163124f25bcf68e39b42ed70 (diff)
downloadrails-af65b8c9e75052c8ec282e9676502a3a9506ac89.tar.gz
rails-af65b8c9e75052c8ec282e9676502a3a9506ac89.tar.bz2
rails-af65b8c9e75052c8ec282e9676502a3a9506ac89.zip
Revert "Deprecate ActiveSupport::JSON::Variable"
This reverts commit bcfa013399fd2c5b5d25c38912cba3560de1cc57.
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 180b93be10..045ac4cde6 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,14 +1,18 @@
## Rails 3.2.8 ##
-* No changes.
+* Reverted the deprecation of ActiveSupport::JSON::Variable. *Rafael Mendonça França*
## Rails 3.2.7 (Jul 26, 2012) ##
-* Hash#fetch(fetch) is not the same as doing hash[key]
-* adds a missing require [fixes #6896]
-* make sure the inflection rules are loaded when cherry-picking active_support/core_ext/string/inflections.rb [fixes #6884]
-* Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require
-* bump AS deprecation_horizon to 4.0
+* Hash#fetch(fetch) is not the same as doing hash[key]
+
+* adds a missing require [fixes #6896]
+
+* make sure the inflection rules are loaded when cherry-picking active_support/core_ext/string/inflections.rb [fixes #6884]
+
+* Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require
+
+* bump AS deprecation_horizon to 4.0
## Rails 3.2.6 (Jun 12, 2012) ##