major refactor, all tests passing
[catagits/Catalyst-Plugin-SubRequest.git] / Changes
diff --git a/Changes b/Changes
index fc5f395..e09dd5a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Catalyst::Plugin::SubRequest
 
+0.17  2011-03-22 09:08:00 GMT
+        - Added subrequest and subrequest_response names aliased to 
+          sub_request and sub_request_response methods
+        - Fix RT#66126 debug mode path display bug.
+
 0.16  2010-01-28 21:09:04 GMT
         - Add subreq_res to get the full Catalyst::Response back
           from the sub request. RT#39486