index updating now can rename indices on Pg v8+, for efficiency with large data sets
[DBIx-DBSchema.git] / Changes
diff --git a/Changes b/Changes
index d83e8f1..d7cc9cb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,7 +2,7 @@ Revision history for Perl extension DBIx::DBSchema.
 
 0.33 unreleased
         - Overhaul of index representation: indices (both normal and unique)
-          are now named DBSchema::Index objects
+          are now named DBIx::DBSchema::Index objects
         - update_schema now handles indices!
         - Bump version numbers in Table.pm, Column.pm and DBD.pm
         - Pg reverse-engineering fix for column order in multi-column indices,