X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7987fda17c1a6e2c070ab0e1021d7b35ec65b4da;hb=59c1748aaf405246a97630e316a03603f933c393;hp=dbd92d594c2e0444c093753b3615101a68035036;hpb=6e94698dcf3a2dca78fd6f572c0860a1e386b118;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index dbd92d5..7987fda 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ # This file documents the revision history for Perl extension Catalyst. -5.90061 - 2014-04-14 +5.90063 - 2013-05-01 + - 'end' and other special actions won't catch HTTP style exceptions anymore. + - Fix bug where Catalyst did not properly detect the terminal width when in + debug mode and thus making the debug output narrow and hard to read. + - Documentation corrections for Util methods around localized PSGI $env. + - Improvements to auto detection of terminal width. + - Updating deprecation list to include Class::Load and ensure_class_loaded +s +5.90062 - 2014-04-14 - HTTP::Exception objects were not properly bubbled up to middleware since there was some code in Catalyst that was triggering stringification.