summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-05-09 02:19:58 -0500
committerJesse Luehrs <doy@tozt.net>2011-05-09 02:19:58 -0500
commita1c1e0d78e8bebcf149e8bb2fe865d68a079c796 (patch)
tree2ed69e58c1a60e02a1bffbcaaf78c03fea1d4c41
parent200b48c9a618d0e762e4fc4de6e25efb1c36c30a (diff)
downloadmoosex-nonmoose-a1c1e0d78e8bebcf149e8bb2fe865d68a079c796.tar.gz
moosex-nonmoose-a1c1e0d78e8bebcf149e8bb2fe865d68a079c796.zip
changelog
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 3bfb692..0b70d48 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for MooseX-NonMoose
{{$NEXT}}
+
+0.22 2011-05-09
- 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,