X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f68cba7639448d84930aa4982f3ce39f7395547a;hb=c8083f4e984e61ea783d324f9064282ae38a4607;hp=44bbd972a3a880d7767a22ea0883dd8395289613;hpb=d0003a28d5391a4da542fc20184241cf32bb76c8;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 44bbd97..f68cba7 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,18 @@ # 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. + - Clarify documentation about debug Deprecations: - Saying use Catalyst::Test; (without an application name or () to stop