Pod fixes re RT#51489
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 9af16b5..cbedef1 100644 (file)
--- a/Changes
+++ b/Changes
     - 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 +33,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 +44,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