From: Dave Rolsky Date: Thu, 11 Sep 2008 20:36:13 +0000 (+0000) Subject: Update changes for this branch X-Git-Tag: 0.58~34^2~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea497b1717aa05054165abfef528f11af7a45276;p=gitmo%2FMoose.git Update changes for this branch --- diff --git a/Changes b/Changes index 010f1c8..25b3bdf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Revision history for Perl extension Moose +0.5x + * Roles and role application + - Roles now add methods by calling add_method, not + alias_method. They make sure to always provide a method + object, which will be cloned internally. This means that it is + now possible to track the source of a method provided by a + role, and even follow its history through intermediate roles. + + * Moose::Meta::Method::Delegation + * Moose::Meta::Attribute + - Delegation methods now have their own method class. + 0.57 Wed September 3, 2008 * Moose::Intro - A new bit of doc intended to introduce folks familiar with