no DEFAULT for mysql, patch from trs@bestpractical, CPAN#58505
[DBIx-DBSchema.git] / Changes
diff --git a/Changes b/Changes
index cb1af01..0ab40fa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,15 @@
 Revision history for Perl module DBIx::DBSchema
 
-0.44_01 not released
+0.45 unreleased
+    - MySQL does not support DEFAULT for TEXT/BLOB columns, closes: CPAN#58505
+
+
+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)
+      + 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