X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=ec1ca15938b2e9fbcccbaf52fe50aa1b90e5cbd7;hb=6cce0b39d8ef92e5b9927d8ee7a255aaf5d80014;hp=52d0ebcad39de94fa66fa99cd61536722c6c8cbb;hpb=2c009c2ccd0f39056b88f99873b5c11a15f39649;p=perl%2Fmodules%2Fautovivification.git diff --git a/Changes b/Changes index 52d0ebc..ec1ca15 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for autovivification +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.