X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f682c35efac3f0f90132e36fa8da9ef1df1fc513;hb=1b526dcc8437ccd8c55e8e313f3fe247b6741969;hp=3a1a4c6cefdfd60bf51f581f532ee436d9d88414;hpb=13adef053b8aa0db602b8e783c69b4227cc584f4;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 3a1a4c6..f682c35 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ # This file documents the revision history for Perl extension Catalyst. +5.90069_001 + - The Catalyst::Log object now has 'autoflush' (which defaults to true) and + causes log messages to be written out in real-time. This is helpful for the + test/dev server to be able to see messages during startup as well as before + the end of the request when the log is flushed. + - Set encoding on STDERR when encoding is set in config + - Fix spelling, grammar and structural errors in POD + - Remove redundant ->setup call in t/head_middleware.t RT#95361 + - Fix test failures when running under CATALYST_DEBUG. RT#95358 + 5.90064 - 2014-05-05 - Fix for mindless broken tests on Win32 (Haarg++). - Happy Cinco de Mayo!