From 200b48c9a618d0e762e4fc4de6e25efb1c36c30a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 9 May 2011 02:19:21 -0500 Subject: changelog --- Changes | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index 7037e25..3bfb692 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,12 @@ Revision history for MooseX-NonMoose {{$NEXT}} + - Fix issues where the metaclass gets reinitialized after the call to + 'extends' but before 'make_immutable'. This could happen if a role + used an extension which provided an application_to_class metarole, + since the role application would then apply a metarole to the class, + and metarole application currently causes metaclass reinitialization + in Moose. (ugh.) 0.21 2011-04-29 - Allow this module to work with constructors with names other than -- cgit v1.2.3