when checking @ISA to see if a class is loaded, make sure it actually has values...
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index d1f2418..74b5362 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,12 @@
 Revision history for Perl extension Class-MOP.
 
     * Class::MOP
-      - Remove in_global_destruction and subname re-exporting (perigrin)
+      - Made is_class_loaded a little stricter. It was reporting that
+        a class was loaded if it merely had an @ISA variable in its
+        stash. Now it checks that the @ISA var has elements in it.
+    * Class::MOP
+      - Deprecate in_global_destruction and subname re-exporting
+        (perigrin & Sartak)
     * Class::MOP::Class
       - Explicitly use Devel::GlobalDestruction and Sub::Name (perigrin)
     * Class::MOP::Package