X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=1c8e5a0cd74bf77f293929eec31254babcb58b47;hp=08bc0c5fd59a4651b397946b3eb5bab6a8bf4b54;hb=ancona-trace;hpb=3e6ee0205d872d8b65ffab789172b4cf93870c01 diff --git a/Changes b/Changes index 08bc0c5..1c8e5a0 100644 --- a/Changes +++ b/Changes @@ -15,11 +15,14 @@ existing log and report other errors in the error stack. 5.90069_001 + - Set encoding on STDERR when encoding is set in config + - documentation and test fixes + +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. - - 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