X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c9b5beffa753b8182caed945c309f768208da14d;hb=27042f8bac5a59e90bb3ab03040cad90b1c5a62c;hp=b27c1658214c8c6771d832890bb243fc5d1ce66a;hpb=cdf573a6d9c22e23e322b3a4e8ed1dbd189c3304;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index b27c165..c9b5bef 100644 --- a/Changes +++ b/Changes @@ -19,6 +19,9 @@ so that they blow up on load instead of causing undefined behavior later on (hdp) - Tests for this + - Prefer Path actions with a smaller (or set) number of Args (caelum) + Bug reported here: http://stackoverflow.com/questions/931653/catalyst-action-that-matches-a-single-file-in-the-root-directory/933181#933181 + - Tests for this New features: - Add $c->req->remote_user to disambiguate from $c->req->user (dwc)