X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=3fc0c2a8b14c9baa7bf329fc210cf328a55ee892;hp=fa58fa2bffcb93c94b5979100e1dd921b23b4ce4;hb=redirection-security-retry;hpb=c13f6e7ecb789a860ee01f163a5e4b66a4854186 diff --git a/Changes b/Changes index fa58fa2..3fc0c2a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. +5.90065 - 2014-06-04 + - 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. - 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