Add illigal inheritance process (Moose 1.09 feature)
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index a817d43..67049de 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for Mouse
 
+0.63 Tue Jul 20 19:26:30 2010
+    [CHANGES]
+    * Resolve RT#59460: Test::Requires is not a required prerequisite unless
+      release-testing... (Curtis Jewell)
+      See also https://rt.cpan.org/Public/Bug/Display.html?id=59460
+
+    [FEATURES]
+    * Add Mouse::Util::TypeConstraints::register_type_constraint()
+      (Vincent Pit)
+      See also https://rt.cpan.org/Public/Bug/Display.html?id=59539
+
 0.62 Tue Jul  6 20:18:58 2010
     [FEATURES]
     * Support MouseX::StrictConstructor (gfx)