From: Jesse Luehrs Date: Tue, 18 Aug 2009 08:19:08 +0000 (-0500) Subject: Merge branch 'master' into attribute_helpers X-Git-Tag: 0.89_02~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6386760eb0f2a88b1eb0ffa0d72468e15e67d59;p=gitmo%2FMoose.git Merge branch 'master' into attribute_helpers Conflicts: Changes --- c6386760eb0f2a88b1eb0ffa0d72468e15e67d59 diff --cc Changes index 5af4bb4,1e80189..741488b --- a/Changes +++ b/Changes @@@ -1,16 -1,10 +1,19 @@@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. - next version + * Moose::Meta::Attribute + - Added the currying syntax for delegation from AttributeHelpers + to the existing delegation API. (hdp) + + * Moose::Meta::Attribute::Native + - Moved in from MooseX::AttributeHelpers with API tweaks. See + Moose::Manual::Delta for details. (hdp, jhannah, rbuels, Sartak, + perigrin, doy) + + * Moose::Error::Croak + * Moose::Error::Confess + - Clarify documentation on how to use. (Curtis Jewell) + 0.89 Thu Aug 13, 2009 * Moose::Manual::Attributes - Clarify "is", include discussion of "bare". (Sartak)