change info and version
John Napiorkowski [Thu, 1 May 2014 21:13:44 +0000 (16:13 -0500)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index dbd92d5..6d425dc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
 # 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.
+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.
 
index 3ec38fc..10966eb 100755 (executable)
@@ -126,7 +126,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90062';
+our $VERSION = '5.90063';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 8466665..1f2c539 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90062';
+our $VERSION = '5.90063';
 
 =head1 NAME