From f5082f3692323f4c1a27f7c3cfc775ad2b01adcf Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Tue, 24 Sep 2024 19:23:18 +0200 Subject: [PATCH] chore: changelog for #1833 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e741cf..b5edcba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ - Added a new `TASK_OFFLINE` environment variable to configure the `--offline` flag and expose it as a special variable in the templating system (#1470, #1716 by @vmaerten and @pd93). +- Fixed a bug where multiple remote includes caused all prompts to display + without waiting for user input (#1832, #1833 by @vmaerten and @pd93). ## v3.39.2 - 2024-09-19