]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - Changes
This is 0.17
[perl/modules/autovivification.git] / Changes
diff --git a/Changes b/Changes
index 52d0ebcad39de94fa66fa99cd61536722c6c8cbb..ec1ca15938b2e9fbcccbaf52fe50aa1b90e5cbd7 100644 (file)
--- 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.