aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-01-02 00:20:59 +0100
committerXavier Noria <fxn@hashref.com>2011-01-02 00:20:59 +0100
commit99424eb0996d41eaccb1b140cc30820fb5779fef (patch)
tree52a39eaa4286b9b19e5fb077a7c61db4c617f7cf /activeresource
parent231e6b7e66596199474853a8a490d92a54be0909 (diff)
downloadrails-99424eb0996d41eaccb1b140cc30820fb5779fef.tar.gz
rails-99424eb0996d41eaccb1b140cc30820fb5779fef.tar.bz2
rails-99424eb0996d41eaccb1b140cc30820fb5779fef.zip
Revert "Update CHANGELOGs to include 3.0.3 changes"
Reason: Sorry, CHANGELOGs can only be edited in master. If you provide a patch I'll apply it myself. Thanks! This reverts commit 1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c.
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/CHANGELOG10
1 files changed, 1 insertions, 9 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index e9fd772d0c..386bafd7de 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -2,22 +2,14 @@
* No changes
-
-*Rails 3.0.3 (November 16, 2010)*
+*Rails 3.0.2 (unreleased)*
* 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]