summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-07-22 16:24:54 +0200
committerfranck cuny <franck@lumberjaph.net>2011-07-26 13:21:02 +0200
commitb567990b81849708a5abd90b921ca2a0b2969c51 (patch)
tree7861ec8a36bd53fb4aaca090022ffaf2b684bb53
parentupdate debug (diff)
downloadnet-http-spore-b567990b81849708a5abd90b921ca2a0b2969c51.tar.gz
add some changes
Signed-off-by: franck cuny <franck@lumberjaph.net>
-rw-r--r--Changes6
1 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index a77b029..c220cfa 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,8 @@
- convert examples to JSON (Tim Bunce)
- update POD readability (Tim Bunce)
- Added generic role
+ - OAuth middleware
+ - add option to display trace (via env or constructor)
0.03 Mon 22 Nov 2010 03:01:35 PM CET
- add form-data and headers
@@ -15,11 +17,11 @@
- remove 'path_info' method from N::H::S::Request object
- remove 'query_string' method from N::H::S::Request object
-0.02 Thu 14 Oct 2010 02:08:27 PM CEST
+0.02 Thu 14 Oct 2010 02:08:27 PM CEST
- add types for JSON booleans values
- params is now an hashref with 'optional' and 'required'
- update some tests
- updated couchdb.json spec for our tests
-0.01 Tue 14 Sep 2010 03:18:22 PM CEST
+0.01 Tue 14 Sep 2010 03:18:22 PM CEST
- initial release