Update MANIFEST.SKIP to ignore t/tmp horrible regex gets worse as I'm tired
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index ce45e1d..fe5426c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,13 +1,15 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80033 2011-07-24 16:09:00
+
  Bug fixes:
   - Fix Catalyst::Request so that the hostname accessor is not incorrectly
     populated with 'localhost' if a reverse DNS lookup fails.
 
   - 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.