X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c84348d61972869c20d424430f7c2d6d601a1f76;hb=e347ce3fe9e40dc060e73e07f282729f4191c878;hp=36748b98ee71991d08b29561f82448341240073a;hpb=3c56ef85667e331d362913aaf9a2594ae13b9bd1;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 36748b9..c84348d 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,34 @@ Revision history for Perl extension Class-MOP. -0.91 +Next + * mop.c + - Applied an MS VC++ compilation fix from Taro Nishino. RT #48072 + + * Class::MOP + - The load_class function just returns true, since it's return value was + confusing (either a metaclass object or a class name). It either loads + a class or dies trying. In the future, this may change to not return + anything, since there's no point in checking its return + value. Addresses RT #45883. (Dave Rolsky) + +0.92_01 Thu, Sep 10, 2009 + * Class::MOP::Package + - Backwards compatibility tweaks to XS for 5.8.1. (Goro Fuji) + + * Class::MOP + - Make sure XS code handles magical scalars correctly. (Goro Fuji) * Class::MOP::Class + - Documented the immutable_options method, which is useful if you need + to make a class mutable temporarily, and then nede to restore + immutability. (Dave Rolsky) + + * Many modules + - Deprecated features have been moved to their own module, + Class::MOP::Deprecated, for easier deprecation management. (Goro Fuji) + +0.92 Thu Aug 13, 2009 + * Class::MOP::Class * Class::MOP::Package - Move get_method_map and its various scaffolding into Package. (hdp) @@ -10,9 +36,16 @@ Revision history for Perl extension Class-MOP. - Allow Class::MOP::Method->wrap to take a Class::MOP::Method object as the first argument, rather than just a coderef. (doy) + * Class::MOP::Attribute + * Class::MOP::Class + - Allow attribute names to be false (while still requiring them to be + defined). (rafl) + +0.91 Wed Jul 29, 2009 * Class::MOP::Method::Wrapped - - Fixing variable usage issues with the patch from previous version, - not properly using lexicals in the for loops. (stevan) + - Fixing variable usage issues with the patch from previous + version, not properly using lexicals in the for + loops. (stevan) 0.90 Tue Jul 21, 2009 Japan Perl Association has sponsored Goro Fuji to improve startup