From: Florian Ragwitz Date: Tue, 19 Jan 2010 16:08:22 +0000 (+0000) Subject: Changelog action_args. X-Git-Tag: 5.80019~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4113e1bb097c3c37f31a3ea766935aaafe93db28 Changelog action_args. --- diff --git a/Changes b/Changes index 44bbd97..12cc5f2 100644 --- 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.