X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=b27c1658214c8c6771d832890bb243fc5d1ce66a;hp=4089670d756ccdb9218283d1964186830174fcc1;hb=dd97c1ac48f275a692de1d2ce980e9d3155d78b9;hpb=fd4d9ff7a23f97c2d96114ac777badcd1ff92459 diff --git a/Changes b/Changes index 4089670..b27c165 100644 --- a/Changes +++ b/Changes @@ -15,6 +15,10 @@ - Fix Catalyst failing to start if any plugin changed $_ whilst loading (t0m) - Tests for this + - Be stricter about arguments to Args attributes for Chained actions, + so that they blow up on load instead of causing undefined behavior + later on (hdp) + - Tests for this New features: - Add $c->req->remote_user to disambiguate from $c->req->user (dwc)