From: Florian Ragwitz Date: Thu, 25 Dec 2008 13:46:18 +0000 (+0000) Subject: Changelogging. X-Git-Tag: 0.74~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d14e06c3ec989fa3877792f48cbb42c3a39be1aa;p=gitmo%2FClass-MOP.git Changelogging. --- diff --git a/Changes b/Changes index 5d88653..39a075e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Perl extension Class-MOP. + * MOP.xs + - Add an xs implementation of Class::MOP::is_class_loaded (closes + RT#41862). Based on a patch by Goro Fuji. (Florian Ragwitz) + - Changed internals to make prehashing of hash keys easier and less + error-prone. (Florian Ragwitz) + * Class::MOP::Class + - Fix documentation to show that around modifiers happen on both + sides of the primary method. (Dave Rolsky) + 0.73 Tue, December 16, 2008 * MOP.xs - Don't use Perl_mro_meta_init. It's not part of the public perl