make the DB2/AS400 storage a subclass of DB2, do RNO detection, fix FetchFirst
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 7bc45a9..afca692 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,8 @@ Revision history for DBIx::Class
           privatize and warn on deprecated use
         - Massive overhaul of bind values/attributes handling - slightly
           changes the output of as_query (should not cause compat issues)
+        - Support ancient DB2 versions (5.4 and older), with proper limit
+          dialect
 
     * Fixes
         - Fix ::Storage::DBI::* MRO problems on 5.8.x perls