X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=Changes;h=2db88859f0c7a188c44dd7d4a6830e12186e20b3;hp=8131408bb77318ec3e6a3243ef612b7e871b382d;hb=57a30fa87043ef203551cc84797133cc88dd03bd;hpb=8d6d35e82d6a583dac11979c1a81a449c8385482 diff --git a/Changes b/Changes index 8131408..2db8885 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,19 @@ Revision history for {{$dist->name}} {{$NEXT}} + - Added DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::ScriptHelpers, + ALL users who use perl scripts during migrations are encouraged to use + schema_from_schema_loader from that package. + +0.001008 2012-02-19 10:12:34 CST6CDT + - Added dep on parent, bump dep on DBD::SQLite to avoid silly failures + +0.001007 2012-02-16 08:58:30 CST6CDT + - removed the rest of the references to Method::Signatures::Simple + +0.001006 2012-02-01 21:18:38 CST6CDT + - Fix install to allow you to deploy to a given version (jnap) + - Fix the backup method to use storage, not schema (jnap) - Fix the reasonable defaults for downgrading (jnap) - Stop warning all the time (ribasushi) - croak on a couple errors that should be fatal