projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
66c51e9
)
Add bug fix description to changes
Dave Rolsky [Fri, 30 Dec 2011 20:45:36 +0000 (14:45 -0600)]
Changes
patch
|
blob
|
blame
|
history
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]