diff --git a/CHANGELOG.md b/CHANGELOG.md index 40742063..8fc7315d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Unreleased + +#### Package API + +- The [`Executor`](https://pkg.go.dev/github.com/go-task/task/v3#Executor) now + uses the functional options pattern (#2085 by @pd93). + ## v3.42.1 - 2025-03-10 - Fixed a bug where some special variables caused a type error when used global