oops, one more broken doc link
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 887de48..a94a295 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,12 @@ next version
     * Moose::Manual::Attributes
       - Clarify "is", include discussion of "bare". (Sartak)
 
+    * Moose::Meta::Role::Method::Conflicting
+    * Moose::Meta::Role::Application::ToClass
+      - For the first set of roles involved in a conflict, report all
+        unresolved method conflicts, not just the first method. Fixes #47210
+        reported by Ovid. (Sartak)
+
 0.88 Fri Jul 24, 2009
     * Moose::Manual::Contributing
       - Re-write the Moose::Manual::Contributing document to reflect