Merge 'add_captures_to_visit' into 'trunk'
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index f32b517..4433adf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,13 @@
         - Throw an exception rather than loading an app if an action
           tries to chain to itself (t0m)
           - Tests for this
+        - Change the $c->visit and $c->go methods to optionally take
+          CaptureArgs, making them useful to call ActionChains with (t0m)
+          - Tests for this (radek)
+        - Fix _invoke_as_component method to find the proper action instance
+          for dispatchable actions so that ->visit or ->going to ActionChains
+          with qw/Class::Name method_name/ works correctly (t0m)
+          - Tests for this (radek)
         - Added Catalyst::Test::ctx_request to be able to inspect
           the context object after a request is made (Jos Boumans)
         - debug() POD rewrite (jhannah)