diff options
author | franck cuny <franck@lumberjaph.net> | 2010-11-24 12:08:26 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-11-24 12:08:26 +0100 |
commit | 3d0d5689fce6a004f5abb157ae9fa35eb56f8a02 (patch) | |
tree | 8476f9f25f454130b0fac51de2845699f9c5ecac | |
parent | update tests (diff) | |
download | net-http-spore-3d0d5689fce6a004f5abb157ae9fa35eb56f8a02.tar.gz |
update Changes
-rw-r--r-- | Changes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changes b/Changes index 3a80027..d908fb4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ + + - stringify Net::HTTP::Response to a useful message + - fix an issue where content-typ was not set correctly + - add is_success method to Net::HTTP::Spore::Response (Tim Bunce) + - throw exception by default if not is_success (Tim Bunce) + - convert examples to JSON (Tim Bunce) + - update POD readability (Tim Bunce) + 0.03 Mon 22 Nov 2010 03:01:35 PM CET - add form-data and headers - add tests |