Fix bug with -traits to Moose
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index e72d2a9..3d7b7a0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,10 @@
 Revision history for Perl extension Moose
 
-    * Tests
-      - Test bug causing exported methods to get the wrong caller when
-        the -traits option is passed, and traits are loaded from disk
-        (thus recursively calling Moose::Exporter). (t0m)
+0.60
+    * Moose::Exporter
+      - Passing "-traits" when loading Moose caused the Moose.pm
+        exports to be broken. Reported by t0m. (Dave Rolsky)
+        - Tests for this bug. (t0m)
 
 0.59 Tue October 14, 2008
     * Moose