From a771e91ff3a723d941be7a42f74f02f7c74f3b0e Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Sun, 16 Mar 2025 13:20:36 +0000 Subject: [PATCH] chore: changelog for #2125 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870cd246..3bda1a55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ - The default taskfile (output when using the `--init` flag) is now an embedded file in the binary instead of being stored in the code (#2112 by @pd93). +- Fixed a bug where sorting tasks by "none" would use the default sorting + instead of leaving tasks in the order they were defined (#2124, #2125 by + @trulede). #### Package API