X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;fp=Changes;h=dbd92d594c2e0444c093753b3615101a68035036;hb=6e94698dcf3a2dca78fd6f572c0860a1e386b118;hp=7bf78b68b922eed397d4ca6fb6d6930de87e1fe7;hpb=c8ad8cbcd12e1b351967fbfb654be50df68c5952;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 7bf78b6..dbd92d5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. +5.90061 - 2014-04-14 + - HTTP::Exception objects were not properly bubbled up to middleware since + there was some code in Catalyst that was triggering stringification. + 5.90061 - 2014-03-10 - Reverted a change related to how plugins get initialized that was introduced by a change in December.