From: John Napiorkowski Date: Tue, 10 Jun 2014 01:37:14 +0000 (-0400) Subject: fixed merge issues from master X-Git-Tag: 5.90070~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=41bf18c572895adbf3ef300b6e54c1d5c1f096a5 fixed merge issues from master --- 41bf18c572895adbf3ef300b6e54c1d5c1f096a5 diff --cc Changes index 08bc0c5,3fc0c2a..1c8e5a0 --- a/Changes +++ b/Changes @@@ -1,20 -1,6 +1,24 @@@ # This file documents the revision history for Perl extension Catalyst. +5.90069_002 + - Catalyst stash functionality has been moved to Middleware. It should + work entirely the same when used as a context method, please report + questions or problems! + - Removed code related to supporting the long deprecated stand alone + PSGI Engine. If you are still using this you code is now broken. + Luckily you can just stop using it and likely everything will work + under the new PSGI support built into Catalyst for several years. + - '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 ++ - 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