1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

chore: move changelog entries to the right section 🤦‍♂️

This commit is contained in:
Andrey Nering
2024-05-15 22:25:14 -03:00
parent 8d138a5eea
commit a55e21bbb7

View File

@ -1,13 +1,16 @@
# Changelog
## Unreleased
- Fixed a couple of bugs with the `prompt:` feature (#1657 by @pd93).
- Fixed JSON Schema to disallow invalid properties (#1657 by @pd93).
- Added `TASK_EXE` special variable (#1616, #1624 by @pd93 and @andreynering).
## v3.37.2 - 2024-05-12
- Fixed a bug where an empty Taskfile would cause a panic (#1648 by @pd93).
- Fixed a bug where includes Taskfile variable were not being merged correctly
(#1643, #1649 by @pd93).
- Fixed a couple of bugs with the `prompt:` feature (#1657 by @pd93).
- Fixed JSON Schema to disallow invalid properties (#1657 by @pd93).
- Added `TASK_EXE` special variable (#1616, #1624 by @pd93 and @andreynering).
## v3.37.1 - 2024-05-09