From 32e8a55b4e87ad5d8311bd54574eda8cb3dc8b31 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 4 Oct 2019 15:03:50 -0400 Subject: [PATCH] CHANGELOG - add v1.18.0 notes --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea01d9f..5849057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ## ChangeLog +### v1.18.0 + +#### Performance Improvements + +- Backport 2.x VarSet performance improvements to 1.x branch. +- Remove Cache dirty-tracking +- Reduce recursion of VarSet#expand_varref by expanding vars earlier. + +#### Fixes + +- #73 - fix inconsistent type handling in VarSet#expand_varref +- #75 - avoid mkdir() race conditions + ### v1.17.0 #### New Features