From: Hans Dieter Pearcey Date: Fri, 3 Apr 2009 02:55:15 +0000 (+0000) Subject: add uri_for_action to Changes X-Git-Tag: 5.80001~42 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=7f8dd87b8f93a9809c40060743a39d0a54eb2361;hp=7dd4473626477af7c48bbe7ed126dc99ae1ac3dd add uri_for_action to Changes --- diff --git a/Changes b/Changes index f1c67b7..1104d51 100644 --- a/Changes +++ b/Changes @@ -45,6 +45,7 @@ - Add $res->code as alias for $res->status (hdp) - Make Catalyst::ClassData compatible with the latest Class::MOP::Class changes. Also depend on the latest Class::MOP. (rafl) + - Add $c->uri_for_action method. (hdp) 5.8000_06 2009-02-04 21:00 - Disallow writing to config after setup (rafl)