From: Tomas Doran Date: Tue, 30 Jun 2009 21:57:12 +0000 (+0000) Subject: Add missed bug fixes to changelog X-Git-Tag: 5.80007~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=793112d64c523adb9836e55747d78c5a7c74f1da;hp=1cad29ab033f8d868904ea7f1b8b221621a467eb;p=catagits%2FCatalyst-Runtime.git Add missed bug fixes to changelog --- diff --git a/Changes b/Changes index ecdf7af..adb2c70 100644 --- a/Changes +++ b/Changes @@ -35,6 +35,9 @@ bugs in ctx_request (bokutin in RT#46459) - Fix issues with _parse_PathPrefix_attr method in Catalyst::Controller (jasonk in RT#42816) + - Fix bugs with action sorting: + - Path actions sorted so that the most specific wins. + - Action methods named default and index fixed. New features: - Use ~ as prefix for plugins or action classes which are located in