X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=Changes;h=9c8033d467b51d2576cbe75cd5b8668157f09f1e;hp=633707a69b82eefb14683b501f1f2671a9c8e865;hb=HEAD;hpb=4ae96f44338cb71d96e4be848b4bdd3e7fd353e4 diff --git a/Changes b/Changes index 633707a..9c8033d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ Revision history for autovivification +0.18 2017-11-04 15:30 UTC + + Fix : [RT #123411] : Compatibility with CV-in-stash optimisation + Thanks Father Chrysostomos for reporting and contributing a + patch. + + Fix : [RT #122956] : strict/warn flags seem to simply do nothing + The documentation has been amended to clarify how these two + options are supposed to be used. + Thanks Christian Walde for reporting. + +0.17 2017-07-31 17:15 UTC + + Chg : A large chunk of boilerplate XS code, which is also used in + other XS modules, has been factored out of the main .xs file + to a collection of .h files in the xsh subdirectory. + + Fix : The new optimization in perl 5.27.3 for scalar(keys(%$hashref)) + is now correcty supported. + +0.16 2015-07-01 14:30 UTC + + Fix : Broken linkage on Windows. + 0.15 2015-05-14 20:35 UTC + Chg : The new environment variable to enable thread tests on older perls is PERL_FORCE_TEST_THREADS. Note that this variable