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 0ba840d..74b5362 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,23 @@
 Revision history for Perl extension Class-MOP.
 
+    * Class::MOP
+      - 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
+      - Disable prototype mismatch warnings for add_package_symbol.
+        (Florian Ragwitz)
+
+0.83 Mon, April 27, 2009
+    * Class::MOP::Class
+      - Fix segfault when calling get_method_map on a metaclass for an empty
+        package (doy)
+
 0.82_02 Fri, April 24, 2009
     * Class::MOP::Method::Inlined
       - Don't inline if the expected method is not defined at all (happens with