Document role-role alias bug fix
Dave Rolsky [Fri, 11 Sep 2009 01:39:57 +0000 (20:39 -0500)]
Changes

diff --git a/Changes b/Changes
index 70be118..eb5f790 100644 (file)
--- a/Changes
+++ b/Changes
@@ -26,6 +26,13 @@ for, noteworthy changes.
       - Warn when calling make_immutable on a class with mutable ancestors.
         (doy)
 
+    * Moose::Meta::Role::Application::ToRole
+      - When a role aliased a method from another role, it was only getting
+        the new (aliased) name, not the original name. This differed from what
+        happens when a class aliases a role's methods. If you _only_ want the
+        aliased name, make sure to also exclue the original name. (Dave
+        Rolsky)
+
 0.89_01 Wed Sep 2, 2009
     * Moose::Meta::Attribute
       - Added the currying syntax for delegation from AttributeHelpers to the