aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-04-26 15:21:04 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-04-26 15:21:04 -0700
commit43e2fd93b4fa92ca23d8bc8e68e1bf5a94038461 (patch)
treeaa0520a6c4ebdc950559666a7466a5e1e7ac1f3d /activeresource
parent7cd1d37a51f5f53f8fc1360f886d26cabf12d969 (diff)
downloadrails-43e2fd93b4fa92ca23d8bc8e68e1bf5a94038461.tar.gz
rails-43e2fd93b4fa92ca23d8bc8e68e1bf5a94038461.tar.bz2
rails-43e2fd93b4fa92ca23d8bc8e68e1bf5a94038461.zip
Update CHANGELOG for include_root_in_json.
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index 91dccb9671..bd97b2d549 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,3 +1,8 @@
+*Rails 3.0.0 [beta 4/release candidate] (unreleased)*
+
+* JSON: set Base.include_root_in_json = true to include a root value in the JSON: {"post": {"title": ...}}. Mirrors the Active Record option. [Santiago Pastorino]
+
+
*Rails 3.0.0 [beta 3] (April 13th, 2010)*
* No changes