From 53f97889bc9e1645be513697d60821442e6a29a8 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Wed, 9 Jul 2025 17:38:54 +0000 Subject: [PATCH] chore: changelog for #2323 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88cf373b..6d760272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Internal tasks will no longer be shown as suggestions since they cannot be + called (#2309, #2323 by @maxmzkrcensys) - Fixed install script for some ARM platforms (#1516, #2291 by @trulede). - Fixed a regression where fingerprinting was not working correctly if the path to you Taskfile contained a space (#2321, #2322 by @pd93).