X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2d6fb80cc7cf6142b6990d13ae735524f53cab5d;hb=5bec3c066856eaf822d757d6c8295276ddb9d281;hp=a1b4d27c96cde7fef96e45bdf9e70b7a8d02b488;hpb=0810283f5e3c710d09ab56ceb8fb0b6bfbe3bbe9;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index a1b4d27..2d6fb80 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. +5.90076 - 2014-11-13 + - If throwing an exception object that does the code method, make sure that + method returns an expected HTTP status code before passing it on to the + HTTP Exception middleware. + 5.90075 - 2014-10-06 - Documentation patch for $c->req->param to point out the recently discovered potential security issues: http://blog.gerv.net/2014/10/new-class-of-vulnerability-in-perl-web-applications/