Fix for default in a constructor reported and tested by rjbs :)
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index d167e55..961cad7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Mouse
 
 0.13
+    * Pass in the instance to the default sub in the constructor (reported with
+      failing tests by rjbs)
 
 0.12 Thu Dec 4 19:23:10 2008
     * Provide Test::Exception function unless it's version 0.27 - RT #41254