X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fa58fa2bffcb93c94b5979100e1dd921b23b4ce4;hb=cbffbe250eaffd02bf5af63b4869ae07f1057e1c;hp=6d425dcb46bafd9a8c0dab30ce1a6ea53fdefbf1;hpb=36ee8a9140b6fd1fa2c97d9cd4ecf8a07489310a;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 6d425dc..fa58fa2 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,24 @@ # This file documents the revision history for Perl extension Catalyst. -5.90063 - 2013-05-01 + - 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++). + - Happy Cinco de Mayo! + +5.90063 - 2014-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 + - Added a few docs around middleware and corrected the order that middleware + is loaded when registering it via ->setup_middleware instead of via + configuration. + - Added a test case to make sure default middleware order is correct. s 5.90062 - 2014-04-14 - HTTP::Exception objects were not properly bubbled up to middleware since