X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d743e7d4a48b8bed36c402bbc8697f8a2af2e8b5;hb=5939bf085ba9426e336f300b5b25e17078ba7e65;hp=a34ba1ced26a3f2d3d55675b5e9d3f83a04d21b9;hpb=306bf770bf08b06f92863808b1938f2fc704acb0;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index a34ba1c..d743e7d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension DBIx::Class::Schema::Loader +0.07048 2018-01-20 + - Fix for PostgreSQL enums not in the schema search path (RT#123234) + - Fix 'default now()' test for PostgreSQL v10 + - Work around incompatible change in Hash::Merge (GH#16) + - Fix skip count for non-InnoDB MySQL test + 0.07047 2017-05-26 - Avoid upcoming DBIC warning on implicit SELECT * invocation (RT#118178)