preserve aliasing for delegated methods
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 8229942..377e0de 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,9 @@ for, noteworthy changes.
 
     * replace two more eval { } calls with try { } (doy)
 
+    * Moose::Meta::Method::Delegation
+      - preserve aliasing for delegated methods (doy)
+
 0.92 Tue, Sep 22, 2009
     * Moose::Util::TypeConstraints
       - added the match_on_type operator (Stevan)