From 8a35033abcfe4fcf86f6eab271028b48fc52393f Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Sat, 22 Feb 2025 16:27:34 +0000 Subject: [PATCH] chore: changelog for #1798 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb350df..e5051bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ @pd93). - Fixed a bug in the Taskfile schema where `defer` statements in the shorthand `cmds` syntax were not considered valid (#2068 by @pd93). +- Refactored how task sorting functions work (#1798 by @pd93). #### Package API @@ -63,6 +64,8 @@ stabilize the API in the future. #121 now tracks this piece of work. and [`WithPromptFunc`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#WithPromptFunc) functional options. +- Remove `Range` functions in `v3/taskfile/ast` in favour of new iterator + functions (#1798 by @pd93). ## v3.41.0 - 2025-01-18