1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update CHANGELOG for include_root_in_json.

This commit is contained in:
Jeremy Kemper 2010-04-26 15:21:04 -07:00
parent 7cd1d37a51
commit 43e2fd93b4

View file

@ -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)* *Rails 3.0.0 [beta 3] (April 13th, 2010)*
* No changes * No changes