From 0f633091eb7b8624b431561b3871c76595634bec Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 18 Jan 2025 10:54:07 -0300 Subject: [PATCH] chore: fix typo on changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b0c8a94..55da79ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - 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. + @pd93, @GrahamDennis and @trim21). - Refactored internal ordered map implementation to use [github.com/elliotchance/orderedmap](https://github.com/elliotchance/orderedmap) (#1797 by @pd93).