X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=d903a0f6e97516e85222591f920a30fd21714b5b;hp=e73751fd1f94138456dad21b7e2c60a7a021d3de;hb=adde9a4e9fddc53415f165185116061237587048;hpb=6f5cab0a8da53fd9a3bb703341c95d6774a54bde diff --git a/Changes b/Changes index e73751f..d903a0f 100644 --- 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 @@ -15,7 +23,11 @@ late to have effect might now take effect. Please test you code carefully and be aware of this possible issue . + - 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