Merge up r9572 and r9577 from 5.70
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 9b6169d..7db0ab6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+        - Add the Catalyst::Dispatcher->dispatch_type method (ash)
         - Throw an exception rather than loading an app if an action
           tries to chain to itself (t0m)
           - Tests for this