aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2011-01-02 03:35:38 +0700
committerPrem Sichanugrist <s@sikachu.com>2011-01-02 03:35:38 +0700
commit1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c (patch)
treeec99d76a47a95a85f15febb5056e028e52e4815a /activeresource
parent56221faecdb47163cb463531506821aa6ba50370 (diff)
downloadrails-1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c.tar.gz
rails-1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c.tar.bz2
rails-1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c.zip
Update CHANGELOGs to include 3.0.3 changes
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/CHANGELOG10
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]