From e8404ea6e0289da8ec97ff78405c842092433655 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Tue, 11 Aug 2026 08:48:30 +0200 Subject: [PATCH] chore: changelog for #2942 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bde865..43e4df6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,8 @@ - Added a verbose log line for failed tasks. In `--verbose` mode, a task whose command exits non-zero now reports `task: "" failed: ` instead of stopping without a trace (#2240 by @Drino). +- Fixed pressing `Esc` at an interactive variable prompt not cancelling the run + (#2942 by @anilnatha). ## v3.52.0 - 2026-07-02