From: Hans Dieter Pearcey Date: Wed, 24 Jun 2009 21:02:06 +0000 (-0400) Subject: update Changes X-Git-Tag: 0.84~35 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af638a478515ad022068e584cc5582084ebadb87;p=gitmo%2FMoose.git update Changes --- diff --git a/Changes b/Changes index f7d38fb..ee23202 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,8 @@ for, noteworthy changes. * Moose::Meta::Attribute - When adding an attribute to a metaclass, if the attribute has no associated methods, it will give a deprecation warning. (hdp) + - Methods generated by delegation were not being added to + associated_methods. (hdp) 0.83 Tue, Jun 23, 2009 * Moose::Meta::Class