X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6175a9c32c06e4c76e48a73d78a15d320fa7cb5b;hb=211ba63e9dbd4db9d56ce0e6c1d1f95aa4d12c3f;hp=9e59e89ac670a6e98414c1698a46ef9557a01253;hpb=07bfde47d068c524d8bb3dc50a6dc3091db58ba4;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 9e59e89..6175a9c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. + - 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++).