From: John Napiorkowski Date: Thu, 1 May 2014 22:24:25 +0000 (-0500) Subject: updated changelog X-Git-Tag: 5.90064~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=59c1748aaf405246a97630e316a03603f933c393;hp=dfcb05ee2d4e9481368622f6924e162de323b23b;p=catagits%2FCatalyst-Runtime.git updated changelog --- diff --git a/Changes b/Changes index 6d425dc..7987fda 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,8 @@ - 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