aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorErich Menge <erich.menge@me.com>2012-05-30 11:29:09 -0500
committerErich Menge <erich.menge@me.com>2012-05-30 14:32:24 -0500
commitbcfa013399fd2c5b5d25c38912cba3560de1cc57 (patch)
tree351d5a366f9d57a61de17a7461cd26adfa0c88ec /activesupport/CHANGELOG.md
parent624f801d27e946cae2244924e7f6a04565666036 (diff)
downloadrails-bcfa013399fd2c5b5d25c38912cba3560de1cc57.tar.gz
rails-bcfa013399fd2c5b5d25c38912cba3560de1cc57.tar.bz2
rails-bcfa013399fd2c5b5d25c38912cba3560de1cc57.zip
Deprecate ActiveSupport::JSON::Variable
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 8d8a9d8ad8..fce7d34918 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -3,6 +3,9 @@
* 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) ##