X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=adad9b66b2904523ae7499751e0ee3b5f5f5c0bf;hb=7b2b45bd7c406c47031a2600df8d3b28e41d0187;hp=79390595daced742323c290d87bf7d1d92b14470;hpb=03f5f5788601d7eb37cf2b290c97fb03c34c3c64;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 7939059..adad9b6 100644 --- a/Changes +++ b/Changes @@ -9,8 +9,6 @@ - Improved the suggested fix warning when component resolution uses regex fallback for fully qualified component names. - Catalyst::Test::local_request sets ->request on the response. - - Require HTTP::Request 5.814 and HTTP::Response 5.813 from LWP 5.814 - to avoid test fails. - Log flush moved to the end of setup so that roles and plugins which hook setup_finalize can log things and have them appear in application startup, rather than with the first hit. @@ -33,6 +31,9 @@ in the correct order. - Update $c->forward and $c->state documentation to address scalar context. + - Pod fix in Catalyst::Request (RT#51490) + - Pod fixes to refer to ::Controller:: rather than ::C:: as the latter + is deprecated (RT#51490) New features: - Added disable_component_resolution_regex_fallback config option to