X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c86218c8f3a766a2a522014473da984d065f5c8e;hb=f3d0d9438cabec472be3b8633a1a4caf015e418d;hp=f71e58aede53dc6970793dbc3cdac655676a2581;hpb=3cd4ca9b1c3cdefb5f885c40e55aa16819d7eef4;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index f71e58a..c86218c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,42 @@ Revision history for Perl extension Class-MOP. + [API CHANGES] + + * Packages and modules no longer have methods - this functionality was + moved back up into Class::MOP::Class (doy). + + [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) + +1.01 Thu, May 26, 2010 + + [NEW FEATURES] + + * is_class_loaded, load_class and load_first_existing_class now allow + specifying a minimum required version (Florian Ragwitz). + + [BUG FIXES] + + * The __INSTANCE__ parameter to Class::MOP::Class::new_object now enforces + that the passed in reference is blessed into the correct class (by dying if + it's not) (doy, jhallock). + +1.00 Thu, Mar 25, 2010 + + [GRRR< FUCKING STEVAN@] + + * Re-release 0.99 as 1.00. + +0.99 Thu, Mar 25, 2010 + + [DOCUMENTATION] + + * Fix typo in Class::MOP::Attribute (Franck Cuny). + 0.98 Mon, Jan 18, 2010 [ENHANCEMENTS]