Fixed dispatcher, so $c->req->action(undef) works again
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 6721e00..01a2e1c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ 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