Refactor table fetching into a driver-overridable
[DBIx-DBSchema.git] / Changes
diff --git a/Changes b/Changes
index 57589a1..02ffdcb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,30 @@
 Revision history for Perl module DBIx::DBSchema
 
-0.43_01 not released
+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
+    - doc: Add repository information
+    - fix SQLite reverse-engineering, closes: CPAN#95961
+    - fix Pg reverse-engineering of foreign key MATCH/ON DELETE/ON UPDATE
+      clauses
+
+0.44 2013-11-15 17:54:37 PST
+    - POD fixes from Xavier Guimard <x.guimard@free.fr> and Damyan Ivanov
+      <dmn@debian.org> of the Debian Perl Group, closes: CPAN#82187
+    - More foreign key support
+      + Table alteration (removing foreign keys)
+      + Fix MATCH / ON DELETE / ON UPDATE
+
+0.43 2013-11-04 14:58;32 PST
     - Incorporate CPAN::Changes::Spec-compliant Changes file from Neil Bowers
       <neilb@cpan.org>, closes: CPAN#90023, thanks!
     - Fix table creation broken by 0.42
+    - Create/alter tables before foreign key changes
 
 0.42 2013-11-03 01:09:27 PST
     - Basic foreign key support