1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

chore: changelogs for #1797, #1972 and #1974

This commit is contained in:
Pete Davison 2024-12-30 18:13:43 +00:00
parent da40aabcc7
commit 49e88e92cf
No known key found for this signature in database

View File

@ -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