Document latest bug fix
Dave Rolsky [Thu, 18 Sep 2008 15:05:46 +0000 (15:05 +0000)]
Changes

diff --git a/Changes b/Changes
index 4641c31..b1670a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -82,6 +82,12 @@ Revision history for Perl extension Moose
       - throw exceptions (sooner) for invalid attribute names (thepler)
         - added tests for this (thepler)
 
+    * Moose::Util::MetaRole
+      - If you explicitly set a constructor or destructor class for a
+        metaclass object, and then applied roles to the metaclass,
+        that explicitly set class would be lost and replaced with the
+        default.
+
 0.57 Wed September 3, 2008
     * Moose::Intro
       - A new bit of doc intended to introduce folks familiar with