X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=Changes;h=45d162c0ecf2e3461ed2f5682a05bd3cfbabe7cb;hp=9088fd3f0c037630520f778e42b86f0f8ff6767b;hb=HEAD;hpb=da870e9ca1e7204aa988dbc50ed366dac7b9bc56 diff --git a/Changes b/Changes index 9088fd3..45d162c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,29 @@ Revision history for {{$dist->name}} {{$NEXT}} +0.002211 2014-05-15 20:06:48-05:00 America/Chicago + - Fix some missing ABSTRACTs (Fixes GH#22, thanks Gregor Herrmann!) + +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) + +0.002207 2013-08-29 23:18:27 CST6CDT + - Modernize usage of Log::Contextual, creating a simple example for how to + make static loggers for modules and applications + +0.002206 2013-03-09 12:50:57 CST6CDT + - Fix embarrassing broken charity link + 0.002205 2013-02-19 15:26:53 CST6CDT - Fix spurious warning caused by serializing $dbh (Peter Rabbitson)