From: Dave Rolsky Date: Sun, 14 Sep 2008 02:58:49 +0000 (+0000) Subject: Add description for metaclass incompat changes. X-Git-Tag: 0.58~34^2~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=da5db96689e8fe8b28908618d59bdd4e584f14b6;p=gitmo%2FMoose.git Add description for metaclass incompat changes. --- diff --git a/Changes b/Changes index bd078c7..2afed48 100644 --- a/Changes +++ b/Changes @@ -29,6 +29,15 @@ Revision history for Perl extension Moose always keep them. (Dave Rolsky) - added tests for this (rafl) + * Moose::Meta::Class + - Changes to how we fix metaclass compatibility that are much + too complicated to go into. The summary is that Moose is much + less likely to complain about metaclass incompatibility + now. In particular, if two metaclasses differ because + Moose::Util::MetaRole was used on the two corresponding + classes, then the difference in roles is reconciled for the + subclass's metaclass. (Dave Rolsky) + 0.57 Wed September 3, 2008 * Moose::Intro - A new bit of doc intended to introduce folks familiar with