Make ensure_class_loaded behave better with malformed classnames
[dbsrgits/DBIx-Class-Historic.git] / Changes
diff --git a/Changes b/Changes
index b94d2b5..aba03f9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+       - ensure_class_loaded handles non-classnames better.
         - non-destructive hashref handling for connect_info options
         - count no longer returns negative values after slice
           (report and test from JOHANL)