X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b91006b125c56a0d79a59a656dbcb0dae53eb8c3;hb=a8c2c746a5bb98671cbe3a58f26cd115b7770cf9;hp=30c9bc78ea7818ab2ef50c11138d7852f3b19e57;hpb=97c96475ed1bdd955ba0e6c4f22087ca05c64162;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 30c9bc7..b91006b 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,7 @@ Revision history for DBIx::Class * Fixes - Fix memory leak during populate() on 5.8.x perls + - Fix result_soutrce_instance leaks on compose_namespace - Make sure exception_action does not allow exception-hiding due to badly-written handlers (the mechanism was never meant to be able to suppress exceptions) @@ -47,6 +48,7 @@ Revision history for DBIx::Class via a coderef - Fixed t/inflate/datetime_pg.t failures due to a low dependency on DateTime::Format::Pg (RT#61503) + - Fix dirtyness detection on source-less objects * Misc - Refactored capability handling in Storage::DBI, allows for @@ -61,6 +63,8 @@ Revision history for DBIx::Class - DT-related tests now require a DateTime >= 0.55 (RT#60324) - Makefile.PL now provides a pre-parsed DBIC version to the Opt::Dep pod generator + - t/52leaks.t now performs very aggressive leak detection in + author/smoker mode 0.08123 2010-06-12 14:46 (UTC) * Fixes