Add Changes entry for export to main
Dave Rolsky [Wed, 14 Oct 2009 16:39:07 +0000 (11:39 -0500)]
Changes

diff --git a/Changes b/Changes
index e88d470..ec4db7e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,11 @@ for, noteworthy changes.
         just anonymous. The non-arrayref forms may be removed in the
         future. (doy)
 
+    * Moose::Exporter
+      - Moose::Exporter using modules can now export their functions to the
+        main package. This applied to Moose and Moose::Role, among
+        others. (nothingmuch)
+
 0.92 Tue, Sep 22, 2009
     * Moose::Util::TypeConstraints
       - added the match_on_type operator (Stevan)