Changelogging.
[gitmo/Class-MOP.git] / 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