X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=02cb8cbaec09abcce8f3c89208954944f4f7c1c2;hb=cc02d51ec40f498a948d21d3fe545671735df4e3;hp=8b7bf1ce3e5462cf20a99843a9f0244a644f7352;hpb=258733f15e1e1ec4b4d92eda4b4471833890aced;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 8b7bf1c..02cb8cb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ # This file documents the revision history for Perl extension Catalyst. +5.90015 - 2012-06-30 16:57:00 + - Fix $c->finalize_headers getting called twice. RT#78090 + - Fix test fails in Catalyst-Plugin-Session-State-Cookie. RT#76179 + - Fix test fails in Catalyst-Plugin-StackTrace + - Fix test fails in Test-WWW-Mechanize-Catalyst + +5.90014 - 2012-06-26 10:00:00 + - Fix calling finalize_headers before writing body when using $c->write / $c->res->write (fixes RT#76179).