Add bug fix description to changes
Dave Rolsky [Fri, 30 Dec 2011 20:45:36 +0000 (14:45 -0600)]
Changes

diff --git a/Changes b/Changes
index 0397a08..5776902 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,14 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+  [BUG FIXES]
+
+  * When RoleA consumes RoleB and both roles define the same method, it is now
+    possible to supress the method conflict error by excluding the conflicting
+    method when RoleA is consumed by a class. The error message from a
+    conflict always said that you could do this, but it didn't actually
+    work. (Dave Rolsky).
+
 2.0401 Thu, Nov 17, 2011
 
   [BUG FIXES]