diff options
author | Ash Berlin <ash_github@firemirror.com> | 2013-04-18 14:11:15 +0100 |
---|---|---|
committer | Ash Berlin <ash_github@firemirror.com> | 2013-04-18 14:11:15 +0100 |
commit | 7c15b35f8121e2a06e95f071ee3d0db73ba585fa (patch) | |
tree | 5b274338589cf55b301d6fdb330405d09cc25cf8 | |
parent | Merge branch 'method-patch' of git://github.com/omega/net-http-spore into ome... (diff) | |
download | net-http-spore-7c15b35f8121e2a06e95f071ee3d0db73ba585fa.tar.gz |
Changes entry for adding PATCH support (Closes #13)
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes index 761f0b7..f999bcf 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ {{$NEXT}} - Fix random test failure in t/spore-method/base.t related to random hash ordering in perl 5.17.6+ (#19) + - Add support for PATCH HTTP method (#13, Andreas Marienborg) 0.05 Sun Nov 25 11:40:24 2012 - Fix a memory leak in Net::HTTP::Spore::Meta::Method (michaelr) |