Fixed dispatcher, so $c->req->action(undef) works again
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index ff8f7e1..01a2e1c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 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)
+        - Updated benchmarking to work with detach
+        - Fixed dispatcher, so $c->req->action(undef) works again
+
 5.55    2005-11-15 12:55:00
         - Fixed multiple cookie handling