X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=35028a935166a58438def5c0b21fbef4455364c2;hp=6d845214e3742f766123bbc66c2b453b6b7eaa74;hb=89222c2a9136170aa4012fbf3c7b804abeff2463;hpb=55dd8a5870a214f80b81a2ae3aa2d9ff17a8aaa0 diff --git a/Changes b/Changes index 6d84521..35028a9 100644 --- a/Changes +++ b/Changes @@ -22,6 +22,10 @@ - Fix calling MyApp->engine_class to set the engine class manually. + - Re-add a $res->headers->{status} field to Catalyst::Test responses. + This _should_ be accessed with $c->res->code instead, but is here + for backward compatibility. + Documentation: - Documentation which was in the now removed Catalyst::Engine::* classes