Update changes for next release, which will be a dev release.
Dave Rolsky [Wed, 20 Aug 2008 17:05:06 +0000 (17:05 +0000)]
Changes

diff --git a/Changes b/Changes
index ba3fc1e..41f67e7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,25 @@
 Revision history for Perl extension Class-MOP.
 
-0.65
+0.64_01
     * Makefile.PL
       - We now check to see if you have a compiler. If you don't, the
         module installs without some XS bits, but will work the same
         as with XS. This should make it easier to install on platforms
         without a compiler (like Windows). (Dave Rolsky)
 
+    * many modules
+      - Quite a number of optimizations based on profiling, including
+        allowing constructors to take hash references instead of
+        hashes, duplicating some frequently used code in XS, and
+        making constructors immutable. These changes should not impact
+        any existing API uses. (nothingmuch)
+
+    * Class::MOP::Class
+       - New method - get_all_methods (nothingmuch)
+       - New method - wrap_method was refactored out of get_method_map
+         (nothingmuch)
+       - New method - invalidate_meta_instance (nothingmuch)
+
 0.64 Sun August 3, 2008
     * Class::MOP::Immutable
       - fixing subtle edge case in immutable when you