add ensure_all_roles()
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index de106b7..051c658 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,10 @@ for, noteworthy changes.
       - 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