X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fbbc76515e55328066d954eb36e5afcf16a0253e;hb=511d8db8ed5c1b663008d7c31a2fa6b96ce50c0e;hp=1befd2f3f32f6641ab2107dc13945b873c5e9b3c;hpb=84740522c4ab07a6a025c13e1ee6f9d971c72173;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 1befd2f..fbbc765 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,42 @@ Revision history for Perl extension Class-MOP. -1.02 Thu, May, 2010 +1.06 Sun, Aug 23, 2010 + + [BUG FIXES] + + * Version 1.05 no longer reported constants as methods, except with Perl + 5.8.x, and doing so in 5.8.x caused test failures. Constants are now + _expected_ to be reported as methods, and this is tested for + explicit. (Dave Rolsky) + + +1.05 Sun, Aug 22, 2010 + + [ENHANCEMENTS] + + * Refactorings and improvements to how defaults are handled, particularly + for inlined code (doy). + + * Optimizations that should help speed up compilation time (Dave Rolsky). + +1.04 Tue, Jul 25, 2010 + + [ENHANCEMENTS] + + * Class::MOP::Deprecated now uses Package::DeprecationManager + internally. Deprecation warnings are now only issued once for each calling + package, which cuts down on noise. When importing Class::MOP::Deprecated, + the request API version should now be passed in the "-api_version" + flag. However, the old "-compatible" flag will continue to work. (Dave + Rolsky) + +1.03 Sat, Jun 5, 2010 + + [ENHANCEMENTS] + + * Make CMOP::Package a thin wrapper around Package::Stash (doy). + +1.02 Thu, May 20, 2010 [API CHANGES]