aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorBrian Lopez <seniorlopez@gmail.com>2010-01-26 08:40:35 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-02-05 10:15:51 -0800
commita96bf4ab5e73fccdafb78b99e8a122cc2172b505 (patch)
tree3c2f89d4903b4d69f7248e1a7d36030c6ce6c04c /activesupport/CHANGELOG
parentc548e213658386f3a5b00097bc5b30bf3736e6b4 (diff)
downloadrails-a96bf4ab5e73fccdafb78b99e8a122cc2172b505.tar.gz
rails-a96bf4ab5e73fccdafb78b99e8a122cc2172b505.tar.bz2
rails-a96bf4ab5e73fccdafb78b99e8a122cc2172b505.zip
Add yajl-ruby as a JSON parsing backend
[#2666 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 431607f4e0..71eeff3a53 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,10 @@
*Rails 3.0 (pending)*
+* JSON backend for YAJL. #2666 [Brian Lopez]
+
+
+*Rails 3.0.0 [beta] (February 4, 2010)*
+
* Introduce class_attribute to declare inheritable class attributes. Writing an attribute on a subclass behaves just like overriding the superclass reader method. Unifies and replaces most usage of cattr_accessor, class_inheritable_attribute, superclass_delegating_attribute, and extlib_inheritable_attribute. [Jeremy Kemper, Yehuda Katz]
* Time#- with a DateTime argument behaves the same as with a Time argument, i.e. returns the difference between self and arg as a Float #3476 [Geoff Buesing]