Pull -metaclass out of the import line
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 3dc1326..051c658 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,29 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+0.75
+    * Moose
+    * Moose::Meta::Class
+      - Move validation of not inheriting from roles from Moose::extends to
+        Moose::Meta::Class::superclasses (doy)
+
+    * Moose::Util
+      - add ensure_all_roles() function to encapsulate the common "apply this
+        role unless the object already does it" pattern (hdp)
+
+0.74 Tue, April 7, 2009
     * Moose::Meta::Role
     * Moose::Meta::Method::Destructor
       - Include stack traces in the deprecation warnings.
         (Florian Ragwitz)
 
+    * Moose::Meta::Class
+      - Removed the long-deprecated _apply_all_roles method.
+
+    * Moose::Meta::TypeConstraint
+      - Removed the long-deprecated union method.
+
+
 0.73_02 Mon, April 6, 2009
     * More deprecations and renamings
       - Moose::Meta::Method::Constructor
@@ -51,6 +69,9 @@ for, noteworthy changes.
       - Make init_meta() examples explicitly return the metaclass and
         point out this fact. (hdp)
 
+    * Moose::Cookbook::Basics::Recipe12
+      - A new recipe, creating a custom meta-method class.        
+
     * Moose::Cookbook::Meta::Recipe6
       - A new recipe, creating a custom meta-method class.