Merge 'add_captures_to_visit' into 'trunk'
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 3f9c0a3..4433adf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+        - 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)