From: Jesse Luehrs Date: Sun, 26 Sep 2010 19:54:21 +0000 (-0500) Subject: changelog X-Git-Tag: 1.15~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54c93afc8c860516b582e26fa311dac6a8b17d4e;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index 54a39f5..be963d0 100644 --- a/Changes +++ b/Changes @@ -15,6 +15,12 @@ NEXT be much faster than the previous method of delegation. In the best case, native trait methods will be very highly optimized. + * Reinitializing a metaclass no longer removes the existing method and + attribute objects (it instead fixes them so they are correct for the + reinitialized metaclass). This should make Moose::Util::MetaRole not so + sensitive about when it's able to be called without messing up things + that may already be set up in the metaclass. (doy) + [BUG FIXES] * If an attribute was weak, setting it to a non-ref value after the object