X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7c3b0470e185e1bffea65d194ff7edf1ebe8607b;hb=0dcb835492485b0544de9d340ca8fbb37a43e14e;hp=f1cf48bc0314655dc646177a87398512773974df;hpb=c1ec627ecb058c863d93f1f3b0b4697047bc8adf;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index f1cf48b..7c3b047 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. + - Stop using MooseX::Adopt::Class::Accessor::Fast by default, to stop + breaking other packages which use Class::Accessor::Fast - Remove unused action_container_class attribute from Catalyst::Dispatcher (t0m) - Replace {_body} instance access with calls to _body accessors (t0m)