added blub to Changes for pg_unqualified_schema branch
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index aa03d9c..b195f04 100644 (file)
--- a/Changes
+++ b/Changes
@@ -15,6 +15,7 @@ Revision history for DBIx::Class
             autodetection
           - 'uniqueidentifier' support with auto newid()
           - Dynamic cursor support and other MARS options for ODBC
+          - savepoints with auto_savepoint => 1
         - Support for MSSQL 'money' type
         - Support for 'smalldatetime' type used in MSSQL and Sybase for
           InflateColumn::DateTime
@@ -29,7 +30,9 @@ Revision history for DBIx::Class
           - Deal with the distinct => 1 attribute properly when using
             prefetch
         - Multiple POD improvements
-
+        - Improved support for non-schema-qualified tables under
+          Postgres.
+           - Fixed last_insert_id sequence detection.
 
 0.08108 2009-07-05 23:15:00 (UTC)
         - Fixed the has_many prefetch with limit/group deficiency -