From: Dave Rolsky Date: Thu, 16 Jun 2011 15:26:24 +0000 (-0500) Subject: Changes for rebless_triggers branch X-Git-Tag: 2.0009~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0128ceb65456fee961c89478737126c415c656fe;p=gitmo%2FMoose.git Changes for rebless_triggers branch --- diff --git a/Changes b/Changes index aacab50..791d7bc 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,9 @@ for, noteworthy changes. * Moose::Util::apply_all_roles now works even if the applicant is a non-Moose class. (perigrin) + * When an object is reblessed, triggers are called on attributes that are + set during the reblessing. (Karen Etheridge). + [OTHER] * Better error message if Moose->init_meta is called with a 'metaclass'