switch to ::DBI::AutoCast
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index e47fc10..cc2a415 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,9 +4,19 @@ Revision history for DBIx::Class
           - Support for TEXT/IMAGE columns
           - Support for the 'money' datatype
           - Transaction savepoints support
-          - Support for bind variables when connecting via Sybase OpenClient
+          - DateTime inflation support
+          - Support for bind variables when connecting to a newer Sybase with
+            OpenClient libraries
+          - Support for connections via FreeTDS with CASTs for bind variables
+            when needed
           - Support for interpolated variables with proper quoting when
-            connecting via FreeTDS
+            connecting to an older Sybase and/or via FreeTDS
+        - Fixed a complex prefetch + regular join regression introduced
+          in 0.08108
+        - SQLT related fixes:
+          - sqlt_type is now called on the correct storage object
+          - hooks can now see the correct producer_type
+        - POD improvements
 
 0.08109 2009-08-18 08:35:00 (UTC)
         - Replication updates: