Make sure all the XS methods die when called as a class method, and test for this
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 4a7aa43..56505da 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,22 @@
 Revision history for Perl extension Class-MOP.
 
+0.65
+    * Class::MOP::Method
+      - Added name and package_name XS accessors, and make sure all
+        the XS and Perl versions work the same way. (Dave Rolsky)
+
+    * MOP.xs
+      - The XS versions of various methods just returned undef when
+        called class methods, rather than dying like the pure Perl
+        versions. (Dave Rolsky)
+
+0.64_07 Fri August 29, 2008
+    * Class::MOP
+      - Silenced warnings that managed to break Moose tests when XS
+        was loaded. (Dave Rolsky)
+      - Some XS versions of methods were ignored because of typos in
+        MOP.xs. (Dave Rolsky)
+
 0.64_06 Mon August 25, 2008
     * Class::MOP (MOP.xs)
       - Another MS VC++ fix, cannot declare a variable in the middle