bump version to 0.64_07 for another (in an endless series of) dev release(s)
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index ca7f074..8a4e98a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,18 @@
 Revision history for Perl extension Class-MOP.
 
-0.64_05 Sat August 23, 2008
+0.6?
+    * Class::MOP
+      - Class::MOP::load_class loaded modules by turning them into
+        paths, now we just use eval "require $module". This appears to
+        fix some subtle bugs related to load order in Moose. (Dave
+        Rolsky)
+
+0.64_07 Mon August 25, 2008
+    * Class::MOP (MOP.xs)
+      - Another MS VC++ fix, cannot declare a variable in the middle
+        of a scope (Taro Nishino).
+
+0.64_05 Sun August 24, 2008
     * Class::MOP
       - None of the dev releases actually loaded the XS properly, but
         we silently fell back to the pure Perl version of the