From: Dave Rolsky Date: Sun, 22 Feb 2009 16:19:40 +0000 (+0000) Subject: Update changes for release X-Git-Tag: 0.77_01^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5f6699d736fb63d5c072400969e366edabe8efd;p=gitmo%2FClass-MOP.git Update changes for release --- diff --git a/Changes b/Changes index 29b45b1..3e978b3 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,16 @@ Revision history for Perl extension Class-MOP. -0.78 +0.77_01 Sun, February 22, 2009 * Everything - This package now requires its XS components. Not using Sub::Name lead to different behavior and bugginess in the pure - Perl version of the code. + Perl version of the code. A Moose test would fail when run + against the pure Perl version of this code. + + * Moose::Meta::Instance + - The inline_* methods now quote attribute names themselves, and + don't expect to receive a quoted value. + 0.77 Sat, February 14, 2009 * MOP.xs