updated the ActiveSupport changelog

This commit is contained in:
Josh Kalderimis 2011-05-11 04:45:19 -07:00
parent b3f45195aa
commit 49cd41f7df

@ -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)*