initial test checkins
John Napiorkowski [Fri, 18 Oct 2013 20:08:02 +0000 (15:08 -0500)]
Changes

diff --git a/Changes b/Changes
index 3b18e0e..beadd42 100644 (file)
--- a/Changes
+++ b/Changes
@@ -19,6 +19,9 @@
     read it (for example FCGI does not buffer).  We now also try to make
     sure the body content input is reset to the start of the filehandle
     so that we are polite to downstream middleware /apps.
+  - NEW FEATURE: Catalyst::Response can now pull response from a PSGI
+    specification response.  This makes it easier to host external Plack
+    applications under Catalyst.  See Catalyst::Response->from_psgi_response
 
 5.90049_003 - 2013-09-20
   - Documented the new body_data method added in the previous release