Fixed bug in FastCGI proc manager mode where pm_post_dispatch was not run
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index cdc628e..d075386 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,10 @@
 This file documents the revision history for Perl extension Catalyst.
 
 5.64
-        - Updated YAML support
+        - Fixed bug in FastCGI proc manager mode where pm_post_dispatch
+          was not run. (Eric Wong)
+        - Cleaned up generated tests
+        - Updated YAML support to use ConfigLoader
         - Fixed path dispatch to canonicalise correctly
             (see http://dev.catalyst.perl.org/ticket/62)
         - Added Catalyst::Manual::About