\Q-uote column/alias names in regexes in _resolve_aliastypes_from_select_args
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 6cd1d01..32c6de0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -38,8 +38,12 @@ Revision history for DBIx::Class
           additional codepath (missed in 0.08260)
         - Fix inability to handle multiple consecutive transactions with
           savepoints on DBD::SQLite < 1.39
+        - Fix prefetching tables with columns with regex metacharacters
+          in the name
 
     * Misc
+        - Ensure source metadata calls always take place on the result source
+          instance registered with the caller
         - IFF DBIC_TRACE output defaults to STDERR we now silence the possible
           wide-char warnings if the trace happens to contain unicode
         - Remove ::ResultSource::resolve_condition - the underlying machinery