Add type constraint
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index b2c501f..961cad7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 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