fix table fetching for Sybase and SQLite drivers, patch from Nathan Anderson <http...
[DBIx-DBSchema.git] / Changes
diff --git a/Changes b/Changes
index 02ffdcb..e16d098 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,9 +2,9 @@ Revision history for Perl module DBIx::DBSchema
 
 0.46 unreleased
     - Add IF EXISTS to DROP INDEX (except under MySQL)
-    - Refactor table fetching into a driver-overridable
-      DBIx::DBSchema::DBD->tables method, patch from Nathan Anderson
-      <http://1id.com/=nathan.anderson>
+    - Fix table fetching for Sybase and SQLite drivers; refactor table fetching
+      into a driver-overridable DBIx::DBSchema::DBD->tables method, patches
+      from Nathan Anderson <http://1id.com/=nathan.anderson>
 
 0.45 Wed May  6 22:17:33 PDT 2015
     - MySQL does not support DEFAULT for TEXT/BLOB columns, closes: CPAN#58505