run CI against 5.8
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index e73751f..d903a0f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,14 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.90052 - TBD
+5.90053 - 2013-12-21
+  - Reverted a change in the previous release that moved the setup_log phase
+    to after setup_config.  This change was made to allow people to use
+    configuration that is late loaded (such as via the ConfigLoader Plugin)
+    to setup the plugin.  However it also broke the ability to use the log
+    during plugin setup (ie, it breaks lots of plugins).  Reverting the 
+    change.  See Catalyst::Delta for workarounds.
+
+5.90052 - 2013-12-18
 
   - Fixed first block of startup debug messages missing when using a custom
     logger that gets set at runtime, for example by overriding finalize_config
     late to have effect might now take effect.  Please test you code carefully and
     be aware of this possible issue </NOTE>.
 
+  - You may now also call 'setup_middleware' as a package method if you think
+    that loading middleware via configuration is a weird or broken idea.
   - Various POD formating fixed.
+  - Improved some documentation about what type of filehandles that ->body can
+    accept and issues that might arise.
 
 5.90051 - 2013-11-06
   - Be more skeptical of the existance of $request->env to fix a regression