X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b8645c4e66bd095e7141ccc51b4950eddeb4e39c;hb=4a0dee31ab22653d1249298776935d7be8e66f3b;hp=fbec7b0d6071817ea1dc6afadecca58e59f37d20;hpb=a3a58a044e30fe3c3e93a7758df656e42068db55;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index fbec7b0..b8645c4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - Fix tests when the path to perl has spaces in it (GH#19) + - Inline String::CamelCase::wordsplit() due to RT#123030 + 0.07048_01 - 2018-02-23 - Convert from Module::Install to ExtUtils::MakeMaker + Distar (GH#17)