changelog
Yuval Kogman [Wed, 20 Aug 2008 17:24:08 +0000 (17:24 +0000)]
Changes

diff --git a/Changes b/Changes
index 3dca573..b4871cd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -53,6 +53,7 @@ Revision history for Perl extension Moose
       - Now provide an init_meta method just like Moose.pm, and you
         can call this to provide an alternate role metaclass. (Dave
         Rolsky and nothingmuch)
+      - get_method_map now respects the package cache flag (nothingmuch)
 
     * Moose::Meta::Role
       - Two new methods - add_method and wrap_method_body