Add IF EXISTS to DROP INDEX (except under MySQL)
[DBIx-DBSchema.git] / Changes
diff --git a/Changes b/Changes
index 5ddc35f..8d02b37 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for Perl module DBIx::DBSchema
 
-0.45 unreleased
+0.46 unreleased
+    - Add IF EXISTS to DROP INDEX (except under MySQL)
+
+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