X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=708e4339b4b51406bdd8c8cabf1e77e4c58ef4fb;hp=01d6a3608e8bec7cf5658548d14951323b3bcd51;hb=5a221f15015dd2ba1d1477e97739024da81efd9e;hpb=cf57a483d6a2c4522a432ec073158ab07260e3f4 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.