Add description for metaclass incompat changes.
Dave Rolsky [Sun, 14 Sep 2008 02:58:49 +0000 (02:58 +0000)]
Changes

diff --git a/Changes b/Changes
index bd078c7..2afed48 100644 (file)
--- 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