Update Changes and add me to Contributors
Andrew Rodland [Wed, 29 Jul 2009 00:59:19 +0000 (00:59 +0000)]
Changes
lib/Catalyst.pm

diff --git a/Changes b/Changes
index cb7ceee..d862646 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,8 +3,6 @@
   Bug fixes:
        - Fix replace_constructor warning to actually work if you make your
          application class immutable without that option.
-       - Fix POD to refer to ->config(key => $val), rather than
-         ->config->{key} = $val, as the latter form is deprecated.
        - Depend on Module::Pluggable 3.9 to prevent a bug wherein components
          in inner packages might not be registered. This especially affected
          tests.
   New features:
        - private_path method for Catalyst::Action + docs + tests (groditi)
 
+  Documentation:
+       - Fix POD to refer to ->config(key => $val), rather than
+         ->config->{key} = $val, as the latter form is deprecated.
+       - Clearer docs for the 'uri_for' method.
+
 5.80007 2009-06-30 23:54:34
 
   Bug fixes:
index 304fff0..dd87f2f 100644 (file)
@@ -2740,6 +2740,8 @@ Gary Ashton Jones
 
 Geoff Richards
 
+hobbs: Andrew Rodland <andrew@cleverdomain.org>
+
 ilmari: Dagfinn Ilmari MannsÃ¥ker <ilmari@ilmari.org>
 
 jcamacho: Juan Camacho