More consistent errors for roles (don't really want to specify Moose::Role)
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 0cfe49a..eeae12e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -15,6 +15,12 @@ Revision history for Perl extension Moose
       - Remove the make_immutable keyword, which has been
         deprecated since April. It breaks metaclasses that
         use Moose without no Moose (Sartak)
+    * Moose::Meta::Role
+      - create method for constructing a role
+        dynamically (Sartak)
+      - begin implementing anonymous roles (Sartak)
+    * Moose::Role
+      - more consistent error messages (Sartak)
 
 0.61 Fri November 7, 2008
     * Moose::Meta::Attribute