Add doy's delegation fix to the change log
Dave Rolsky [Thu, 12 Feb 2009 20:12:47 +0000 (20:12 +0000)]
Changes

diff --git a/Changes b/Changes
index 1abab44..3213563 100644 (file)
--- 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.