Checking in changes prior to tagging of version 0.65.
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index 7212f86..38aa11d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,18 @@
 Revision history for Mouse
 
+0.65
+    [CHANGES]
+    * An attribute in a subclass can now override the value of "is"
+      (Moose 1.07 feature)
+    * 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