From: Shawn M Moore Date: Sun, 3 Aug 2008 23:56:30 +0000 (+0000) Subject: Update Changes X-Git-Tag: 0_64^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7202116b012d65b1c71d42819a0d2aa2ec5d3bd1;p=gitmo%2FClass-MOP.git Update Changes --- diff --git a/Changes b/Changes index 69b7c9b..f0e9fea 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,14 @@ Revision history for Perl extension Class-MOP. -0.64 +0.64 Sun August 3, 2008 * Class::MOP::Immutable - - fixing subtle edge case in immutable when you + - 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