summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
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