Redo conversion to Test::Fatal
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 43df66c..9eb00ef 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,16 +1,28 @@
 Revision history for Perl extension Class-MOP.
 
-NEXT
+[NEXT]
+
+  * Replace use of Test::Exception with Test::Fatal
+
+1.10 Mon, Oct 18, 2010
+
+  * Lots of fixes for edge cases with anon classes. (doy)
+
+1.09 Tue, Oct 5, 2010
 
   [ENHANCEMENTS]
 
   * It's now possible to tell Class::MOP::Class->create and the metaclass
-    pragma to not install a 'meta' method into classes they manipulate. (doy)
+    pragma to not install a 'meta' method into classes they manipulate,
+    or to install one under a different name. (doy)
 
   * Reinitializing a metaclass no longer removes the existing method and
     attribute objects (it instead fixes them so they are correct for the
     reinitialized metaclass). (doy)
 
+  * All 'meta' methods created by Class::MOP are now of the class
+    Class::MOP::Method::Meta. This is overridable at the metaclass layer. (doy)
+
   [OTHER]
 
   * Use get_or_add_package_symbol when we intend for it to autovivify, in