From: Shawn M Moore Date: Sat, 28 Mar 2009 22:31:42 +0000 (-0400) Subject: Changes from no-meta X-Git-Tag: 0.80~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=164bf00ba31a0c8e486033690a54fea2112fe207;p=gitmo%2FClass-MOP.git Changes from no-meta --- diff --git a/Changes b/Changes index db681ac..044f0ad 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Perl extension Class-MOP. +0.80 + * Class::MOP::* + - Call user_class->meta in fewer places, with the eventual + goal of allowing the user to rename or exclude ->meta + altogether (Sartak) + + * Class::MOP + - New class_of function that should be used to retrieve a + metaclass. This is unlike get_metaclass_by_name in that + it accepts instances, not just class names. (Sartak) + 0.79 Fri, March 29, 2009 * No changes from 0.78_02.