X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6a1a3bcef17fa3a165608e6c8183d55622c422c9;hb=ebf4a27bc1000f188a3b29f5d2e73908b1f2c077;hp=d31e5f2dab35b72518533877dbde58988b69da93;hpb=b1a65be839c53e1ef33be6a9eec877e1ac336142;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/Changes b/Changes index d31e5f2..6a1a3bc 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,16 @@ Revision history for {{$dist->name}} {{$NEXT}} +0.002210 2014-01-31 09:35:27 America/Chicago + - Make source order stable to avoid non-changes in git (fixes RT#92580) + - Ensure that sqltargs are passed to deploy when ignore_ddl is set + (fixes RT#92373) + - Correctly strip lines that are all whitespace (fixes RT#92582) + - Ditch RT + +0.002209 2013-12-27 18:08:31 America/Chicago + - stop using Class::MOP::load_class (RT#91003) + 0.002208 2013-09-21 12:47:31 America/Chicago - Fix under perl 5.19.4 (thanks Hugmeir)