From: Tomas Doran Date: Thu, 12 Nov 2009 23:46:28 +0000 (+0000) Subject: Changelog X-Git-Tag: 5.80014~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=03f5f5788601d7eb37cf2b290c97fb03c34c3c64 Changelog --- diff --git a/Changes b/Changes index 98c5890..7939059 100644 --- a/Changes +++ b/Changes @@ -18,6 +18,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.