Better changelog for the ->config(actions => { '*' fix
Florian Ragwitz [Sun, 24 Jul 2011 14:41:25 +0000 (16:41 +0200)]
Changes

diff --git a/Changes b/Changes
index ce45e1d..6cbe712 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,8 +6,8 @@
 
   - Fix Path actions debug screen to display number of arguments
 
-  - Remove special-casing of '*' for get_action_methods, instead making the
-    handling more generic
+  - Fix a regression that prevented configuring attributes for all actions using
+    ->config(actions => { '*' => \%attrs }) from working
 
   - Append $\ in Catalyst::Response->print to more closely match
     IO::Handle's behaviour.