Changes entry for today's branch :)
Shawn M Moore [Sun, 31 May 2009 04:53:36 +0000 (00:53 -0400)]
Changes

diff --git a/Changes b/Changes
index 0bdc83b..71d4525 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,13 @@ for, noteworthy changes.
     * Moose::Meta::Method::Destructor
         - Inline a DESTROY method even if there are no DEMOLISH methods to
           prevent unnecessary introspection in Moose::Object::DEMOLISHALL
+    * Moose::*
+        - Required methods of roles are now represented by
+          Moose::Meta::Role::Method::Required objects. Conflicts are now
+          represented by Moose::Meta::Role::Method::Conflicting objects.
+          There's benefit for end-users in that unresolved conflicts
+          generate different, more instructive, errors, resolving Ovid's
+          #44895. (Sartak)
 
 0.79 Wed, May 13, 2009
     * Tests