Add changes entry for Moose::Exporter changes
Dave Rolsky [Wed, 11 Mar 2009 03:29:38 +0000 (22:29 -0500)]
Changes

diff --git a/Changes b/Changes
index 353ab2f..8f3f8a4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,11 @@ Revision history for Perl extension Moose
     * Moose::Cookbook::Basics::Recipe9
       - Link to this recipe from Moose.pm's builder blurb
 
+    * Moose::Exporter
+      - When wrapping a function with a prototype, Moose::Exporter now
+        makes sure the wrapped function still has the same
+        prototype. Patch by Daisuke Maki.
+
 0.72 Mon, February 23, 2009
     * Moose::Object
     * Moose::Meta::Method::Constructor