X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=565df14281d18de6072195c0610d40c924615532;hb=50b95db6f08695f02fd804bc71c6c222cd310d05;hp=4fb5c9099c15aec63657cd70024ac6d266357768;hpb=310f3603f4dee670ce5b733c862c62c35d96cd3c;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 4fb5c90..565df14 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - fix a bug in dynamic schema_base_class/schema_components + implementation that ran the connection method twice on subsequent + connects - use a temp file for filter_generated_code with a string program name instead of IPC::Open2, which hangs on Win32 (RT#72226) - previous version referred to the wrong RT# for the uniq_to_primary