Update Changes 0_64
Shawn M Moore [Sun, 3 Aug 2008 23:56:30 +0000 (23:56 +0000)]
Changes

diff --git a/Changes b/Changes
index 69b7c9b..f0e9fea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,14 @@
 Revision history for Perl extension Class-MOP.
 
-0.64
+0.64 Sun August 3, 2008
     * Class::MOP::Immutable
-      - fixing subtle edge case in immutable when you 
+      - fixing subtle edge case in immutable when you
         call ->meta (stevan)
+      - clean up option processing (nothingmuch)
+
+    * Class::MOP::Instance
+      - inlined initialize slot didn't match
+        non-inlined (nothingmuch)
 
 0.63 Mon July 7, 2008
     * Class::MOP