Changelogging.
Florian Ragwitz [Mon, 9 Mar 2009 22:34:37 +0000 (23:34 +0100)]
Changes

diff --git a/Changes b/Changes
index ae9d362..ba2940b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,12 @@ Revision history for Perl extension Class-MOP.
         properly adding overload magic to the object due to a bug
         in (at least) 5.8.8. We now use $_[1] directly which seems
         to set the magic properly. (Sartak)
+    * MOP.xs
+      - Stop is_class_loaded from thinking a class is loaded if it
+        only has an empty GV (Florian Ragwitz).
+        + Add a test for this (Yappo).
+      - Refactor get_all_package_symbols to allow short-circuiting (Florian Ragwitz).
+        + Use this in is_class_loaded (Florian Ragwitz).
 
 0.78 Mon, February 23, 2009
     * No changes from 0.77_01