changelog
Jesse Luehrs [Thu, 21 Jun 2012 02:48:26 +0000 (21:48 -0500)]
Changes

diff --git a/Changes b/Changes
index fb1ff41..9ab4b01 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,6 +8,9 @@ for, noteworthy changes.
   * The super() subroutine now carps if you pass it arguments. These arguments
     are always ignored, but we used to ignore them silently. RT #77383.
 
+  * Roles can now override methods from other roles they consume directly,
+    without needing to manually exclude them (just like classes can). (mst)
+
   [BUG FIXES]
 
   * Fix false positive when checking for circular references for modules that