[Catalyst-commits] r12691 - Catalyst-Runtime/5.80/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Tue Jan 19 16:08:23 GMT 2010
Author: rafl
Date: 2010-01-19 16:08:22 +0000 (Tue, 19 Jan 2010)
New Revision: 12691
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Log:
Changelog action_args.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2010-01-19 16:07:45 UTC (rev 12690)
+++ Catalyst-Runtime/5.80/trunk/Changes 2010-01-19 16:08:22 UTC (rev 12691)
@@ -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.
More information about the Catalyst-commits
mailing list