Changelogging.
Florian Ragwitz [Thu, 19 Nov 2009 00:00:41 +0000 (01:00 +0100)]
Changes

diff --git a/Changes b/Changes
index b59ca5a..f6ab14f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ Revision history for Perl extension Class-MOP.
     * Class::MOP
       - Make is_class_loaded without any arguments fail loudly
         (Florian Ragwitz).
+      - Make load_class throw more standard error messages when loading single
+        modules (nothingmuch).
 
     * Class::MOP::Package
       - Stop add_method from behaving differently under the debugger