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:
parent
7cd1d37a51
commit
43e2fd93b4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue