From 599591ad3c453aaa6e4fb6cf33606e058339a8d0 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 12 Oct 2025 13:30:21 +0200 Subject: [PATCH] chore: changelog for #2437, #2438 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 986a84e9..1c479661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ ## Unreleased -- Fixed bug that made a generic message, instead of an useful one, appear when - a Taskfile could not be found (#2431 by @andreynering). +- Fixed bug that made a generic message, instead of an useful one, appear when a + Taskfile could not be found (#2431 by @andreynering). +- Fixed a bug that caused an error when including a Remote Git Taskfile (#2438 + by @twelvelabs). ## v3.45.4 - 2025-09-17