From a55e21bbb7207ab033dfd15d0554b6e0a51d455e Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 15 May 2024 22:25:14 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20move=20changelog=20entries=20to=20the?= =?UTF-8?q?=20right=20section=20=F0=9F=A4=A6=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 474419d4..91723f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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