From 182d43e8d84984992aa2b426b0a62dc24db768b0 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 15 May 2024 21:47:38 -0300 Subject: [PATCH] chore: added changelog for #1657 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1552918a..eaa34004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - 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). ## v3.37.1 - 2024-05-09