From: Dave Rolsky Date: Wed, 20 Aug 2008 17:05:06 +0000 (+0000) Subject: Update changes for next release, which will be a dev release. X-Git-Tag: 0_64_01~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40b3c18fb03fcb7b02b01a51d594977ff01cb8fb;p=gitmo%2FClass-MOP.git Update changes for next release, which will be a dev release. --- diff --git a/Changes b/Changes index ba3fc1e..41f67e7 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,25 @@ Revision history for Perl extension Class-MOP. -0.65 +0.64_01 * Makefile.PL - We now check to see if you have a compiler. If you don't, the module installs without some XS bits, but will work the same as with XS. This should make it easier to install on platforms without a compiler (like Windows). (Dave Rolsky) + * many modules + - Quite a number of optimizations based on profiling, including + allowing constructors to take hash references instead of + hashes, duplicating some frequently used code in XS, and + making constructors immutable. These changes should not impact + any existing API uses. (nothingmuch) + + * Class::MOP::Class + - New method - get_all_methods (nothingmuch) + - New method - wrap_method was refactored out of get_method_map + (nothingmuch) + - New method - invalidate_meta_instance (nothingmuch) + 0.64 Sun August 3, 2008 * Class::MOP::Immutable - fixing subtle edge case in immutable when you