X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Changes;h=39a69ec437fb755f3372ac3453fcffe316c4f099;hb=455adacf257c5d443dd9b1917c329983990c1e78;hp=ff6c70c228e85ff71306ede115fd6a2e3b3d94e2;hpb=8fc342d5730936e6de18df0690158923e151da6d;p=DBIx-DBSchema.git diff --git a/Changes b/Changes index ff6c70c..39a69ec 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Revision history for Perl extension DBIx::DBSchema. +0.35 unreleased + - Fix minor breakage (pretty_print) resulting from Jesse's changes. + - Update mysql driver to handle BIGSERIAL columns + - Update Column.pm, move all mysql and Pg-specific code to DBD driver + callbacks + +0.34 Sun Aug 19 10:08:51 PDT 2007 + - More work on update schema from Slaven Rezic , + thanks! + + implement table dropping (closes: CPAN#27936) + + implement column dropping (closes: CPAN#27896) + - Fix to quiet warnings from internal use of old API from Jesse Vincent + , thanks! (closes: CPAN#27958) + - Make table dropping optional, not the default. + 0.33 Thu Jun 28 18:46:15 PDT 2007 - Overhaul of index representation: indices (both normal and unique) now have names and are DBIx::DBSchema::Index objects