Allow models and components to specify the names of any components they generate
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 44bbd97..12cc5f2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,14 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+  New features:
+   - Allow passing additional arguments to action constructors.
+
 5.80018 2010-01-12 22:24:20
 
   Bug fixed:
    - Call ->canonical on URI derived from $ENV{REQUEST_URI} to get
      paths correctly decoded. This bug was previously hidden by a bug
-     in HTTP::Request::AsCGI
+     in HTTP::Request::AsCGI.
 
   Documentation:
    - Clarify that uri_for_action works on private paths, with example.