X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6886cee92c127837361ef60a0ba09f443a234112;hb=107d0ba08c92ab0876af2ef4d6e952b82e58bf2c;hp=fc4b9aeef35ff0590c8be6676f2e2a494654b3e4;hpb=1d0e40c5084cfac185dbcee8da3145517021be61;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index fc4b9ae..6886cee 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. + - Bump Moose dependency to 0.70 so that we avoid nasty surprises + with is_class_loaded and perl 5.80 when you Moosify MyApp.pm (t0m) - Clarify that request arguments aren't unescaped automatically (Simon Bertrang) (Closes RT#41153) - Don't require C3 for the MRO test (rafl)