From: Dave Rolsky Date: Fri, 26 Jun 2009 21:01:18 +0000 (-0500) Subject: update Changes for release X-Git-Tag: 0.85~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ed771761c8be1e83bc1cdd26c4f763dba5ba7cd2;p=gitmo%2FMoose.git update Changes for release --- diff --git a/Changes b/Changes index 1337cbe..a620ca0 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,12 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -0.85 +0.85 Fri, Jun 26, 2009 * Moose::Meta::Attribute - - The warning for 'no associated methods' is now split out into the - _check_associated_methods method, so that extensions can safely call - 'after install_accessors => ...'. (hdp) + - The warning for 'no associated methods' is now split out into + the _check_associated_methods method, so that extensions can + safely call 'after install_accessors => ...'. This fixes a + warning from MooseX::AttributeHelpers. (hdp) 0.84 Fri, Jun 26, 2009 * Moose::Role