Skip to content

Commit

Permalink
Merge pull request #1132 from joshk/ares_changelog
Browse files Browse the repository at this point in the history
Updated the ActiveResource changelog
  • Loading branch information
josevalim committed May 18, 2011
2 parents 200708e + c88f7e8 commit 0ab2153
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions activeresource/CHANGELOG
@@ -1,11 +1,15 @@
*Rails 3.1.0 (unreleased)*

* No changes
* The default format has been changed to JSON for all requests. If you want to continue to use XML you will need to set `self.format = :xml` in the class. eg.

class User < ActiveResource::Base
self.format = :xml
end


*Rails 3.0.7 (April 18, 2011)*

*No changes.
* No changes.


*Rails 3.0.6 (April 5, 2011)
Expand Down Expand Up @@ -95,14 +99,14 @@
* Ruby 1.9 compatibility. [Jeremy Kemper]


*2.0.2* (December 16th, 2007)
*2.0.2 (December 16th, 2007)*

* Added more specific exceptions for 400, 401, and 403 (all descending from ClientError so existing rescues will work) #10326 [trek]

* Correct empty response handling. #10445 [seangeo]


*2.0.1* (December 7th, 2007)
*2.0.1 (December 7th, 2007)*

* Don't cache net/http object so that ActiveResource is more thread-safe. Closes #10142 [kou]

Expand Down

0 comments on commit 0ab2153

Please sign in to comment.