Fix warning in some chained dispatch cases
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index c8f5e48..b8770fc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 # This file documents the revision history for Perl extension Catalyst.
 
  Bug fixes:
+  - Fix warnings in some matching cases for Action methods with
+    Args(), when using Catalyst::DispatchType::Chained
+
   - Fix request body parameters to not be undef if no parameters
     are supplied.