X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=27419ed780dc4299cca10f975490b642a095464f;hb=1ef7eebf9c868f25fb25288e54bb3f520bce7dc5;hp=86c8a1f0a5b9e71cb2cb8071784afd4b79f7a8f4;hpb=be7d405452053e8df328d5c97ccd63ba4b21683e;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 86c8a1f..27419ed 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,21 @@ # This file documents the revision history for Perl extension Catalyst. +5.90069_002 + - 'abort_chain_on_error_fix' now defaults to true. If this behavior + causes you issues, you can explicitly turn it off by setting it to a + non true defined value (0 is a good option here). + - When throwing an http style exception, make sure we properly flush the + existing log and report other errors in the error stack. + +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++).