From: John Napiorkowski Date: Wed, 22 Jul 2015 19:11:37 +0000 (-0500) Subject: updated changes X-Git-Tag: 5.90094~4^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=5a221f15015dd2ba1d1477e97739024da81efd9e;hp=cf57a483d6a2c4522a432ec073158ab07260e3f4 updated changes --- diff --git a/Changes b/Changes index 01d6a36..708e433 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,7 @@ - https://github.com/perl-catalyst/catalyst-runtime/pull/96 - https://github.com/perl-catalyst/catalyst-runtime/pull/97 - https://github.com/perl-catalyst/catalyst-runtime/pull/98 + - https://github.com/perl-catalyst/catalyst-runtime/pull/106 - Fixed issue where last_error actually returned the first error. Took the change to add a 'pop_errors' to give the inverse of shift_errors.