fixed first block of startup debug messages missing when using a custom logger that...
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 851ff40..4220eeb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+  - Fixed first block of startup debug messages missing when using a custom
+    logger that gets set at runtime, for example by overriding finalize_config
+
+5.90051 - 2013-11-06
+  - Be more skeptical of the existance of $request->env to fix a regression
+    introduced in Catalyst::Action::REST by the previous release
+
 5.90050 - 2013-11-05
   - Previously public predicates on the following attributes are now considered
     private and their method names have been changed to follow Perl convention