update changes
Chris Prather [Thu, 30 Apr 2009 04:22:55 +0000 (00:22 -0400)]
Changes

diff --git a/Changes b/Changes
index ea9436a..d1f2418 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Class-MOP.
 
+    * Class::MOP
+      - Remove in_global_destruction and subname re-exporting (perigrin)
+    * Class::MOP::Class
+      - Explicitly use Devel::GlobalDestruction and Sub::Name (perigrin)
     * Class::MOP::Package
       - Disable prototype mismatch warnings for add_package_symbol.
         (Florian Ragwitz)