give CMOP::Object a real meta method, and simplify some things
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 2bfa201..43df66c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,15 +1,24 @@
 Revision history for Perl extension Class-MOP.
 
+NEXT
+
   [ENHANCEMENTS]
 
-  * It's now possible to tell the metaclass pragma to not install a 'meta'
-    method into classes that use it. (doy)
+  * 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)
+
+  * 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)
 
   [OTHER]
 
   * Use get_or_add_package_symbol when we intend for it to autovivify, in
     preparation for changes in Package::Stash. (doy)
 
+  * We now use Module::Install::AuthorRequires to force authors to run all
+    tests, just like we do for Moose. (sartak)
+
 1.08 Mon, Sep 13, 2010
 
   [BUG FIXES]