From: Dave Rolsky Date: Thu, 18 Sep 2008 15:05:46 +0000 (+0000) Subject: Document latest bug fix X-Git-Tag: 0.58~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd71edbc2945a71e188cd11435d92a8f67d3da11;p=gitmo%2FMoose.git Document latest bug fix --- diff --git a/Changes b/Changes index 4641c31..b1670a7 100644 --- 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