From: Dave Rolsky Date: Fri, 24 Jul 2009 16:40:45 +0000 (-0500) Subject: More Changes tweaking, and add a release date X-Git-Tag: 0.88~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b234b620b0b4bf077aa035b5b0f7f986a0bb53d;p=gitmo%2FMoose.git More Changes tweaking, and add a release date --- diff --git a/Changes b/Changes index 9032572..f4c5b1d 100644 --- a/Changes +++ b/Changes @@ -1,17 +1,13 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -0.88 - Japan Perl Association has sponsored Goro Fuji to improve - startup performance of Class::MOP and Moose. These enhancements - may break backwards compatibility if you're doing (or using) - complex metaprogramming, so, as always, test your code! +0.88 Fri Jul 24, 2009 + Japan Perl Association has sponsored Goro Fuji to improve startup + performance of Class::MOP and Moose. These enhancements may break + backwards compatibility if you're doing (or using) complex + metaprogramming, so, as always, test your code! http://blog.perlassociation.org/2009/07/jpa-sponsors-moose-class-mop-work.html - * Moose::Meta::Method::Accessor - - No longer uses inline_slot_access in accessors, to support - non-lvalue-based meta instances. (sorear) - * Moose::Manual::Contributing - Re-write the Moose::Manual::Contributing document to reflect the new layout and methods of work for the Git repository. All @@ -31,6 +27,10 @@ for, noteworthy changes. * Moose::Meta::Attribute - Add weak_ref to allowed options for "has '+foo'" (mst) + * Moose::Meta::Method::Accessor + - No longer uses inline_slot_access in accessors, to support + non-lvalue-based meta instances. (sorear) + 0.87 Tue Jul 7, 2009 * Moose::Meta::Method::Delegation - Once again allow class names as well as objects for