updated changes file (woops)
[catagits/Catalyst-Plugin-SubRequest.git] / Changes
diff --git a/Changes b/Changes
index b934422..bf4b03d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,21 @@
 Revision history for Perl extension Catalyst::Plugin::SubRequest
 
+0.19  2012-07-19 23:50:58 BRT
+        - Fixed non-propagation of parameters to subrequests
+
+0.18  2012-06-20 08:58:54 BRT
+        - Major refactor using Plack
+        - Fix RT#77830 side-effect propagation to original request
+
+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
+
 0.15  2009-11-23 22:47:32 GMT
         - Be compatible with Catalyst 5.80014 by not writing to the
           request body directly.