From: Dave Rolsky Date: Sun, 13 Sep 2009 15:49:20 +0000 (-0500) Subject: Move changes to the right place X-Git-Tag: 0.90~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=657c26a40f0d086adabebbb2382c0e8be00967b3;p=gitmo%2FMoose.git Move changes to the right place --- diff --git a/Changes b/Changes index 5d4c68a..aee1607 100644 --- a/Changes +++ b/Changes @@ -27,6 +27,12 @@ Next * Moose::Meta::Role - Add more hooks to customize how roles are applied. + * Moose::Meta::Method::Delegation + - fixed delegated methods to make sure that any modifiers + attached to the accessor being delegated on will be + called (Stevan) + - added tests for this (Stevan) + 0.89_02 Thu, Sep 10, 2009 * Moose::Meta::Attribute::Native - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp) @@ -85,12 +91,6 @@ Next with_meta, throw a warning and skip the exporting, rather than installing a broken sub. (doy) - * Moose::Meta::Method::Delegation - - fixed delegated methods to make sure that any modifiers - attached to the accessor being delegated on will be - called (Stevan) - - added tests for this (Stevan) - 0.89 Thu Aug 13, 2009 * Moose::Manual::Attributes - Clarify "is", include discussion of "bare". (Sartak)