Stop mangling sql on the way out of the limit dialects
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 554b9d8..ed1bfa4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -37,6 +37,8 @@ Revision history for DBIx::Class
         - Fix count of grouped resultsets using HAVING with aliases
         - Setting belongs_to columns/relationships no longer leaves the
           FK value and related object out of sync
+        - Stop stripping newlines from SQL statements in the limit emulators
+          as it is possible that custom sql with comments was provided
 
     * Misc
         - Switch all serialization to use Storable::nfreeze for portable