First cut of anonymous roles!
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index e82b98b..2ccc252 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,18 @@ Revision history for Perl extension Moose
         same methods for a single role did not work 
         right (worked just fine with multiple roles)
         - added test for this
+    * Moose::Exporter
+      - Catch another case where recursion caused the value
+        of $CALLER to be stamped on (t0m)
+        - added test for this (t0m)
+    * 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)
 
 0.61 Fri November 7, 2008
     * Moose::Meta::Attribute