X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=6ef60dfdeb12f57b2e98ff046358c425334c537a;hp=d812bc67afae1ba6400dd8f70396aa0ab35e48ab;hb=3785afa685ed291cff7e041a73344749c52d2d22;hpb=fd1fe4c73777eee8036e059ac19d51997f28b5d7 diff --git a/Changes b/Changes index d812bc6..6ef60df 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,9 @@ now when you forward to an action and that action throws an exception, $c->state is set to 0, instead of the value of the exeption (this is to be as indicated by the documentation). (cventers++ for reported bug and test case). + - Changed the code that detects if you try to set HTTP headers after headers are + finalized to not warn if you are just requested the response header state. Tweaked + this error message a bit to help people understand it. 5.90104 - 2016-04-04 - Merged pull request #131, fix for noisy debug logs when used type constraints