]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - Changes
This is 0.18
[perl/modules/autovivification.git] / Changes
diff --git a/Changes b/Changes
index 52d0ebcad39de94fa66fa99cd61536722c6c8cbb..9c8033d467b51d2576cbe75cd5b8668157f09f1e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,21 @@
 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.