Belatedly add change about Moose::Meta::Role->get_method_list including meta
Dave Rolsky [Sun, 18 Oct 2009 17:53:35 +0000 (12:53 -0500)]
Changes

diff --git a/Changes b/Changes
index 22a4aa8..9b1542d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -78,6 +78,9 @@ for, noteworthy changes.
       - Added more hooks to customize how roles are applied. The role
         summation class, used to create composite roles, can now be changed
         and/or have meta-roles applied to it. (rafl)
+      - The get_method_list method no longer explicitly excludes the "meta"
+        method. This was a hack that has been replaced by better hacks. (Dave
+        Rolsky)
 
     * Moose::Meta::Method::Delegation
       - fixed delegated methods to make sure that any modifiers attached to