aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2011-05-10 11:51:35 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2011-05-10 11:51:35 -0500
commit259c749de19c8217c7a1de808e5e2034d5bff995 (patch)
tree871f89f4b982a7a9db370771c9b80f7460e95dcc /activeresource/CHANGELOG
parent3f36441e90d0930349186ca597c9884ff1d7fbdb (diff)
downloadrails-259c749de19c8217c7a1de808e5e2034d5bff995.tar.gz
rails-259c749de19c8217c7a1de808e5e2034d5bff995.tar.bz2
rails-259c749de19c8217c7a1de808e5e2034d5bff995.zip
Merging 3.0.x CHANGELOGs
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r--activeresource/CHANGELOG30
1 files changed, 29 insertions, 1 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index 386bafd7de..a4e79f3d77 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -2,14 +2,42 @@
* No changes
-*Rails 3.0.2 (unreleased)*
+
+*Rails 3.0.7 (April 18, 2011)*
+
+*No changes.
+
+
+*Rails 3.0.6 (April 5, 2011)
+
+* No changes.
+
+
+*Rails 3.0.5 (February 26, 2011)*
+
+* No changes.
+
+
+*Rails 3.0.4 (February 8, 2011)*
+
+* No changes.
+
+
+*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]