From: Florian Ragwitz Date: Thu, 20 May 2010 19:42:23 +0000 (+0200) Subject: Fix changelog nit X-Git-Tag: 1.02~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d9a7e629da9c07f75352e986ca04e8d3c01b217e;p=gitmo%2FClass-MOP.git Fix changelog nit --- diff --git a/Changes b/Changes index c86218c..b3701e2 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,7 @@ Revision history for Perl extension Class-MOP. [ENHANCEMENTS] * Metaclass incompatibility checking now checks all metaclass types. (doy) + * Class::MOP can now do simple metaclass incompatibility fixing: if your class's metaclass is a subclass of your parent class's metaclass, it will just use the parent class's metaclass directly. (doy)