X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=bba5e3b746e2e183659a77fdb2e7abcd48d98cb7;hb=12c48597ae0cdb0de21d38feadaaa9ff0504104c;hp=88ad12510335cf619091b2f0f692950fe4b3b908;hpb=534d1a9a087f71197b10aa45ae38bffccafca5be;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 88ad125..bba5e3b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ # This file documents the revision history for Perl extension Catalyst. # + + - Add allow_mutable_ancestors option when force inlining a constructor onto + applications with plugins defining their own (usually Class::Accessor::Fast) + new methods, to avoid warnings generated by upcoming Moose releases + as we can make a class (MyApp) immutable when not all of it's superclasses + (e.g. plugins not fully Moose converted, but using + MooseX::Emulate::Class::Accessor::Fast) are not immutable. + 5.80012 2009-09-09 19:09:09 Bug fixes: