_new for Instance
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 69b7c9b..ba3fc1e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,21 @@
 Revision history for Perl extension Class-MOP.
 
-0.64
+0.65
+    * 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)
+
+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