Docs
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index 67049de..2a8eab9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,37 @@
 Revision history for Mouse
 
+0.67 Fri Sep 10 13:56:38 2010
+    [BUG FIXES]
+    * Oops! Fix a mistake of removing neccesary denepdencies
+
+0.66 Fri Sep 10 13:30:41 2010
+    [BUG FIXES]
+    * Workaround older perl's bug that caused segv in throwing errors
+    * Fix looks_like_number portability
+
+0.65 Thu Sep 9 13:30:33 2010
+    [CHANGES]
+    * An attribute in a subclass can now override the value of "is"
+      (Moose 1.07 feature)
+    * Remove long deprecated methods:
+      _create_args(), compute_all_applicable_attributes(),
+      and clone_instance()
+
+    [BUG FIXES]
+    * Fix tests that misused test functions. This problem was revealed
+      by Test::Builder2
+    * Improve C++ compatibility in Mouse::XS
+
+0.64 Mon Jul 26 20:48:13 2010
+    [BUG FIXES]
+    * Build failure on 5.13.3
+
+    [CHANGES]
+    * Illegal inheritance options for clone_and_inherit_options()
+      is now a black list, not a white list (Moose 1.09 feature)
+    * Remove long deprecated methods in Mouse::Meta::Attribute:
+        clone_parent, get_parent_args, canonicalize_args, create
+
 0.63 Tue Jul 20 19:26:30 2010
     [CHANGES]
     * Resolve RT#59460: Test::Requires is not a required prerequisite unless