Step up the error reporting on unexpected NULLs during collapse
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 2714c0f..9954895 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,9 @@ Revision history for DBIx::Class
           an underlying search_rs(), as by design these arguments would be
           used only on the first call to ->related_resultset(), and ignored
           afterwards. Instead an exception (detailing the fix) is thrown.
+        - Increased checking for the correctness of the is_nullable attribute
+          within the prefetch result parser may highlight previously unknown
+          mismatches between your codebase and data source
         - Calling the set_* many-to-many helper with a list (instead of an
           arrayref) now emits a deprecation warning