added blub to Changes for pg_unqualified_schema branch
Robert Buels [Mon, 10 Aug 2009 22:46:35 +0000 (22:46 +0000)]
Changes

diff --git a/Changes b/Changes
index 9b7da53..b195f04 100644 (file)
--- a/Changes
+++ b/Changes
@@ -30,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 -