X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d743e7d4a48b8bed36c402bbc8697f8a2af2e8b5;hb=0ce7386a4658f2e74345f312bed17cf780063605;hp=55d10b7c5ecb58c46a1e24b379a5ef698ae54f92;hpb=0fccc53b6fe709fd05f739fa5ffa17fb617dd753;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 55d10b7..d743e7d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ 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)