Refactor table fetching into a driver-overridable
[DBIx-DBSchema.git] / Changes
diff --git a/Changes b/Changes
index 8d02b37..02ffdcb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +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>
 
 0.45 Wed May  6 22:17:33 PDT 2015
     - MySQL does not support DEFAULT for TEXT/BLOB columns, closes: CPAN#58505