X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ecf47cff4892e1e95605243bf12a69db85bf25da;hb=5e0a1a003c3b5b322153e5e944a84a23bd9fcf61;hp=440c793eef54741d344df58c41d05d8e7e09a82a;hpb=fd0434d760ec012f2031da332c959463e1466ef2;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 440c793..ecf47cf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. + - Bump MooseX::Emulate::Class::Accessor::Fast dependency + to force new version which fixes a lot of plugins (t0m) + - Make log levels additive, and add documentation and tests + for the setup_log method, which previously had none. + Sewn together by t0m from two patches provided by David E. Wheeler - Switch an around 'new' in Catalyst::Controller to a BUILDARGS method as it's much neater and more obvious what is going on (t0m) - Add a clearer method on request and response _context