IIS 6.0 FastCGI env patch from janus
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 647cda5..64e358a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
 # This file documents the revision history for Perl extension Catalyst.
 
 5.8000_05
+        - Fixes for FastCGI with IIS 6.0 (janus)
+        - Passing request method exported by Catalyst::Test an extra
+          parameter used to be ignored, but started breaking if the parameter
+          was not a hash in 5.8000_04. Extra parameter is now ignored if
+          it isn't a hashref (t0m)
         - Fix request argumentss getting corrupted if you override the 
           dispatcher and call an action which detaches (for 
           Catalyst::Plugin::Authorization::ACL) (t0m)