Improve the error message of a role using "extends"
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 8b0e401..ec7a096 100644 (file)
--- a/Changes
+++ b/Changes
@@ -23,6 +23,10 @@ for, noteworthy changes.
         conflicts generate different, more instructive, errors,
         resolving Ovid's #44895. (Sartak)
 
+    * Moose::Role
+      - Improve the error message of "extends" as suggested by Adam
+        Kennedy and confound (Sartak)
+
     * Tests
         - Update test suite for subname change in Class::MOP
           (nothingmuch)