foo
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index ae41aff..7a46307 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension Moose
 
+0.21
+    * Moose::Meta::Role
+      - fixed issue where custom attribute metaclasses
+        where not handled correctly in roles
+        - added tests for this
+
 0.20 Friday, April 6th, 2007
     >> I messed up the SKIP logic in one test
        so this release is just to fix that.