X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ba3fc1e0a71c3c1c5facdc2cfaca78946694a8e2;hb=87715d2e8c8d3998753e6e792ea32be41dd2fafa;hp=46894d47c2d44dd815c46873091ae5b0e30b2f81;hpb=119f3a92af2a078a06fc82d2db1a02018a0b8463;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 46894d4..ba3fc1e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,46 @@ Revision history for Perl extension Class-MOP. -0.59 +0.65 + * 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) + +0.64 Sun August 3, 2008 + * Class::MOP::Immutable + - fixing subtle edge case in immutable when you + call ->meta (stevan) + - clean up option processing (nothingmuch) + + * Class::MOP::Instance + - inlined initialize slot didn't match + non-inlined (nothingmuch) + +0.63 Mon July 7, 2008 + * Class::MOP + - load_class will initialize a metaclass even if + the class is already loaded (sartak) + - load_class now returns the metaclass instance + instead of just 1 (sartak) + + * elsewhere + - better error messages (sartak and Dave Rolsky) + +0.62 Wed June 18, 2008 + - in is_class_loaded, recognize scalar references (as opposed to globs) in + the symbol table as methods (these are optimized constant subs) + +0.61 Fri. June 13, 2008 + - Okay, lets give this another try and see if PAUSE + recognizes it correct this time. + +0.60 Thurs. Jun 12, 2008 + - Fixed a version number issue by bumping all modules + to 0.60. + +0.59 Thurs. Jun 12, 2008 + !! Several fixes resulting in yet another 25-30% speedup !! * Class::MOP::Class - now stores the instance of the instance @@ -43,7 +83,7 @@ Revision history for Perl extension Class-MOP. changes in this release 0.57 Wed. May 28, 2008 - !! Seveal speedups resulting in 20-25% speedups !! + !! Several speedups resulting in 20-25% speedups !! || (thanks to konobi, groditi, mst & CataMoose) !! * Class::MOP::Class @@ -70,6 +110,11 @@ Revision history for Perl extension Class-MOP. keep people from wasting time tracking an error that is easily fixed by upgrading. + * Class::MOP::Immutable + - Don't inline a destructor unless the user actually + needs one + - added tests for this + 0.56 Saturday, May 24, 2008 * Class::MOP - we now get the &check_package_cache_flag