devrel 0.08249_05
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 7709d3a..5f4d7b1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -54,6 +54,14 @@ Revision history for DBIx::Class
         - Stop Sybase ASE storage from generating invalid SQL in subselects
           when a limit without offset is encountered
         - Even more robust behavior of GenericSubQuery limit dialect
+        - Make sure deployment_statements() and cursor_class() are called on
+          a resolved storage subclass
+        - fixes cache-miss bug when adding empty caches to related resultsets
+          chained off prefetched objects
+
+    * Misc
+        - Fix tests failing due to unspecified resultset retrieval order
+          (test suite now will pass with newest SQLite libs)
 
 0.08210 2013-04-04 15:30 (UTC)
     * New Features / Changes