adding test case contributed by nebulous
[catagits/Catalyst-Plugin-SubRequest.git] / Changes
diff --git a/Changes b/Changes
index 0c94df4..bf4b03d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,29 @@
 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.
+        - Remove deprecation warnings by moving actions out of the test app.
+
+0.14  2009-10-18 18:30:00 BST
+        - Tweak copyright info to ease downstream packaging.
+
 0.13  2008-01-06 22:33:00 CET
         - Update to work with new Stats package.