Fixed FastCGI engine to not clobber the global %ENV on each request (Sam Vilain)
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index ff8f7e1..6721e00 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 This file documents the revision history for Perl extension Catalyst.
 
+5.56
+        - Fixed FastCGI engine to not clobber the global %ENV on each
+          request. (Sam Vilain)
+
 5.55    2005-11-15 12:55:00
         - Fixed multiple cookie handling