X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3fc6f80f6c56ce75c7f752ddc6f9af0ea60730c3;hb=use-moo;hp=f3a109b32e6b20f79594fcce3fdd53b118c4de2f;hpb=1cf6e186f998179c5637fa9c0ecc7731d6c6290b;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index f3a109b..3fc6f80 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,14 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - Fix for PostgreSQL enums not in the schema search path (RT#123234) + - Fix 'default now()' test for PostgreSQL v10 + +0.07047 2017-05-26 - Avoid upcoming DBIC warning on implicit SELECT * invocation (RT#118178) - Improve moniker_map and col_accessor_map coderef documentation (GH#7) + - Improve exclude and constraint documentation (GH#12) + - Fix running Makefile.PL without '.' in @INC (RT#121905) 0.07046 2016-09-05 - Introspect view definitions for PostgreSQL, MySQL, Oracle,