Factor out ORDER BY direction detection/stripping
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 6b9a3b4..16f2251 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,8 +6,11 @@ Revision history for DBIx::Class
         - Fix update/delete operations on resultsets *joining* the updated
           table failing on MySQL. Resolves oversights in the fixes for
           RT#81378 and RT#81897
+        - Even more robust behavior of GenericSubQuery limit dialect
         - Stop Sybase ASE storage from generating invalid SQL in subselects
           when a limit without offset is encountered
+        - Correctly recognize root source unqualified columns when
+          resolving right-side ordered limited prefetch
 
 0.08210 2013-04-04 15:30 (UTC)
     * New Features / Changes