X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=adad9b66b2904523ae7499751e0ee3b5f5f5c0bf;hb=6d2a85aaf2cb4bfb9a5cf80a1c528e2208449985;hp=9af16b5a086a6525d6f1f1452590fa8278b377a8;hpb=6084071bc12caa0f80a08e5c0bf14a968fe959a4;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 9af16b5..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. @@ -18,6 +16,10 @@ - Stop warnings when actions are forwarded to during dispatch. - Remove warnings for using Catalyst::Dispatcher->dispatch_types as this is a valid method to publicly call on the dispatcher. + - Args ($c->request->args) and CaptureArgs ($c->request->captrues) + passed to $c->uri_for with an action object ($c->action) will now + correctly round-trip when args or captures contain / as it is now + correctly uri encoded to %2F. Documentation: - Document no-args call to $c->uri_for. @@ -29,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 @@ -37,8 +42,6 @@ proper PATH_INFO and SCRIPT_NAME processing for non-root applications - Enable Catalyst::Utils::home() to find home within Dist::Zilla built distributions - - Enable Catalyst::Utils::home() to find home within Dist::Zilla built - dists Refactoring / cleanups: - Remove documentation for the case_sensitive setting