aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
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) ##