diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-01-02 02:54:36 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-01-02 02:54:36 +0530 |
commit | 231e6b7e66596199474853a8a490d92a54be0909 (patch) | |
tree | c858c2b1e66c9243dc2e793e1fcdfa560d40178e /activeresource | |
parent | ebb732a7ecc0502299ee5948c31f536c3d6ef15c (diff) | |
parent | 1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c (diff) | |
download | rails-231e6b7e66596199474853a8a490d92a54be0909.tar.gz rails-231e6b7e66596199474853a8a490d92a54be0909.tar.bz2 rails-231e6b7e66596199474853a8a490d92a54be0909.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activeresource')
-rw-r--r-- | activeresource/CHANGELOG | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG index 386bafd7de..e9fd772d0c 100644 --- a/activeresource/CHANGELOG +++ b/activeresource/CHANGELOG @@ -2,14 +2,22 @@ * No changes -*Rails 3.0.2 (unreleased)* + +*Rails 3.0.3 (November 16, 2010)* * No changes + +*Rails 3.0.2 (November 15, 2010)* + +* No changes + + *Rails 3.0.1 (October 15, 2010)* * No Changes, just a version bump. + *Rails 3.0.0 (August 29, 2010)* * 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] |