From: gfx Date: Fri, 4 Sep 2009 11:30:03 +0000 (+0900) Subject: Changelogging about XS generators X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ddc5472b91688d23f87386c1f577e80760ffcebd;p=gitmo%2FClass-MOP.git Changelogging about XS generators --- diff --git a/Changes b/Changes index f7d39fb..34e4311 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Perl extension Class-MOP. + + * XS + - Implement all the MOP accessors in XS (gfx) + - Implement accessor and constructor generators in XS (gfx) + * Class::MOP::Class + - Accessor methods are now created once, so make_immutable() can + generate constructors and destructores (gfx) + It is already true in Moose, but was not in Class::MOP + 0.92 Thu Aug 13, 2009 * Class::MOP::Class * Class::MOP::Package