X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;fp=Changes;h=9318a451935beec2d2afe5cfb64fe16318481d8e;hb=46aec47a553a7991d5a9e9faff176e9657777c44;hp=05a4cec9ab74b6cb1897eec6c64551a2e5498a3c;hpb=a74d53e34e33a6252905b25f93a8a7359e1fb5d1;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 05a4cec..9318a45 100644 --- a/Changes +++ b/Changes @@ -21,7 +21,8 @@ fail to provide one. This should cause less issues when trying to guess the length of a funky filehandle. This now uses Plack::Middleware::ContentLength - Removed custom code to remove body content when the request is HEAD and - swapped it for Plack::Middleware::Head. + swapped it for Plack::Middleware::Head + - Merged fix for regressions from stable.. 5.90059_001 - 2013-12-19 - Removed deprecated Regexp dispatch type from dependency list. If you are @@ -29,6 +30,13 @@ 'Catalyst::DispatchType::Regex' to you build system NOW or you application will be broken. +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