From 49e88e92cf677487eed93227ed4b9dedc08337cc Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 30 Dec 2024 18:13:43 +0000 Subject: [PATCH] chore: changelogs for #1797, #1972 and #1974 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7428217..ebba48ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ function (#1950, #1962 by @vmaerten). - Expose a new `TASK_DIR` special variable, which will contain the absolute path of task directory. (#1959, #1961 by @vmaerten). +- Fixed fatal bugs that caused concurrent map writes (#1605, #1972, #1974 by + @pd93, @GrahamDennis and @trim21. +- Refactored internal ordered map implementation to use + [github.com/elliotchance/orderedmap](https://github.com/elliotchance/orderedmap) + (#1797 by @pd93). ## v3.40.1 - 2024-12-06