Fix Changes
Peter Rabbitson [Tue, 18 Aug 2009 20:45:06 +0000 (20:45 +0000)]
Changes

diff --git a/Changes b/Changes
index 9720f8f..e47fc10 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for DBIx::Class
 
+        - Complete Sybase RDBMS support including:
+          - Support for TEXT/IMAGE columns
+          - Support for the 'money' datatype
+          - Transaction savepoints support
+          - Support for bind variables when connecting via Sybase OpenClient
+          - Support for interpolated variables with proper quoting when
+            connecting via FreeTDS
+
 0.08109 2009-08-18 08:35:00 (UTC)
         - Replication updates:
           - Improved the replication tests so that they are more reliable
@@ -19,13 +27,7 @@ Revision history for DBIx::Class
           - 'uniqueidentifier' support with auto newid()
           - Dynamic cursor support and other MARS options for ODBC
           - savepoints with auto_savepoint => 1
-        - Complete Sybase RDBMS support including:
-          - Support for TEXT/IMAGE columns
-          - Transaction savepoints support
-          - Support for bind variables when connecting via Sybase OpenClient
-          - Support for interpolated variables with proper quoting when
-            connecting via FreeTDS
-        - Support for MSSQL/Sybase 'money' type
+        - Support for MSSQL 'money' type
         - Support for 'smalldatetime' type used in MSSQL and Sybase for
           InflateColumn::DateTime
         - Support for Postgres 'timestamp without timezone' type in