X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=ed07580598cca515900277da0508b54896a79b9b;hb=refs%2Ftags%2Fv0.08;hp=726cd801bbca7c0ee23206a7ff3edebbdcafe816;hpb=e88c20f0a4b0b3c4f2177c1200a9a37d53fbe14a;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Changes b/Changes index 726cd80..ed07580 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Test-Valgrind +0.08 2009-02-08 18:25 UTC + + Add : Unload the libraries loaded by DynaLoader at END time, reducing + the number of leaks in perl. + + Rem : The useless t/21-good-block.t. + + Upd : META.yml spec updated to 1.4. + 0.07 2008-09-30 13:35 UTC + Chg : Now conforms to the Test::Builder framework. + Fix : STDERR is longer eaten.