From: Jesse Luehrs Date: Fri, 26 Jun 2009 03:28:55 +0000 (-0500) Subject: update Changes X-Git-Tag: 0.84~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=743fe496333453223624cb095368fba5c5be09a2;p=gitmo%2FMoose.git update Changes --- diff --git a/Changes b/Changes index 262c345..3822309 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. 0.84 Thu, Jun 25, 2009 + * Moose::Role + - has now sets definition_context for attributes defined in roles. (doy) + * Moose::Meta::Attribute - When adding an attribute to a metaclass, if the attribute has no associated methods, it will give a deprecation