From: Dave Rolsky Date: Thu, 12 Feb 2009 20:12:47 +0000 (+0000) Subject: Add doy's delegation fix to the change log X-Git-Tag: 0.69~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf3b0c87ca3edb74ba752ba84ba699e20ceeacc7;p=gitmo%2FMoose.git Add doy's delegation fix to the change log --- diff --git a/Changes b/Changes index 1abab44..3213563 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Moose +0.69 * Moose - Make some keyword errors use throw_error instead of croak since Moose::Exporter wraps keywords now (Sartak) @@ -10,6 +11,11 @@ Revision history for Perl extension Moose pages. This work was funded as part of the Moose docs grant from TPF. (Dave Rolsky) + * Moose::Meta::Method::Delegation + - If the attribute doing the delegation was not populated, the + error message did not specify the attribute name + properly. (doy) + 0.68 Wed, February 4, 2009 * POD - Many spelling, typo, and formatting fixes by daxim.