aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJosh Kalderimis <josh.kalderimis@gmail.com>2011-05-11 04:45:19 -0700
committerJosh Kalderimis <josh.kalderimis@gmail.com>2011-05-11 04:45:19 -0700
commit49cd41f7df9c1d7aed519684cdbb35efb9dfebb3 (patch)
tree37587ff920d3164ac19e942a65055050649353ef /activesupport/CHANGELOG
parentb3f45195aa8a35277c3f998917312797936a1f4e (diff)
downloadrails-49cd41f7df9c1d7aed519684cdbb35efb9dfebb3.tar.gz
rails-49cd41f7df9c1d7aed519684cdbb35efb9dfebb3.tar.bz2
rails-49cd41f7df9c1d7aed519684cdbb35efb9dfebb3.zip
updated the ActiveSupport changelog
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index feff37cddf..b5b0af8e85 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -19,6 +19,8 @@ advantage of the new ClassCache.
* Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]
+* JSON decoding now uses the multi_json gem which also vendors a json engine called OkJson. The yaml backend has been removed in favor of OkJson as a default engine for 1.8.x, while the built in 1.9.x json implementation will be used by default. [Josh Kalderimis]
+
*Rails 3.0.7 (April 18, 2011)*