X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c5157902f361c95ccdc595b2462a2e7362bf0e2d;hb=b4bd10ecd2eabe1a2c1bc3addad22b207f6592ee;hp=3d25dd37192f69a1f07e3cfdd2f9b46bbff3003a;hpb=7fcfdb2efc432465c7df944529a41ca0ad5c42b9;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 3d25dd3..c515790 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,33 @@ Revision history for Perl extension Class-MOP. -0.76 Thu, January 22, 2008 +0.77 Sat, February 14, 2009 + * MOP.xs + - Avoid assertion errors on debugging perls in is_class_loaded + (Florian Ragwitz) + + * Class::MOP + - Fixed various corner cases where is_class_loaded incorrectly + returned true for a class that wasn't really loaded. (Dave + Rolsky) + + * Class::MOP::Class + - Add get_all_method_names (Sartak) + - Add a wrapped_method_metaclass attribute (Florian Ragwitz) + + * Class::MOP::Package + - Disable deprecated get_all_package_symbols in list + context. (Florian Ragwitz) + + * Makefile.PL + - Make sure we generate a BSD-compatible Makefile (Florian + Ragwitz) + + * Class::MOP::Class + - The mispelled "check_metaclass_compatability" method we've + kept around for backwards compat_i_bility will be removed in a + near future release. You've been warned. + +0.76 Thu, January 22, 2009 * Class::MOP::Method::Generated - Added new private methods to support code generation, which are being used by Moose and can be used by MooseX