X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=50795142d701a4c7673ed6612d42ee9fea1735fb;hb=37eaceaf3bae58ae0a27b0bf772b2ba1686f672b;hp=c92f2a67509379b501476d4f204a7fda963f4f66;hpb=eaae9a9246b1c213dfd1fdff44f76c5c77562ab3;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index c92f2a6..5079514 100644 --- a/Changes +++ b/Changes @@ -2,8 +2,8 @@ - Various POD tweaks. (hdp, dandv) - Fix formatting error in the regex fallback warning. (rafl) - - Convert the dispatcher's BUILD method to attribute builders to not - override the BUILD method from + - Convert the dispatcher's and restarter engine's BUILD method to + attribute builders to not override the BUILD method from MooseX::Emulate::Class::Accessor::Fast. (rafl) - Fix classes without metaclasses restarting, when not using B::Hooks::OP::Check::StashChange (t0m)