summary refs log tree commit diff
path: root/Changes
diff options
context:
space:
mode:
authorBrian Phillips <bphillips@cpan.org>2012-12-04 22:53:27 -0600
committerAsh Berlin <ash_github@firemirror.com>2013-04-18 14:48:30 +0100
commit55f68bf78836700f664fd44cfedcee537627ac4e (patch)
tree62d75475dfc0495f843b4a9dd1903cd212b12bf0 /Changes
parentChanges entry for adding PATCH support (Closes #13) (diff)
downloadnet-http-spore-55f68bf78836700f664fd44cfedcee537627ac4e.tar.gz
support for anonymous middlewares
Diffstat (limited to 'Changes')
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index f999bcf..3d27d03 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@
     - 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)
+    - Allow anonymous subs to be used as middleware (Brian Phillips)
 
 0.05 Sun Nov 25 11:40:24 2012
     - Fix a memory leak in Net::HTTP::Spore::Meta::Method (michaelr)