From 076aff1f8ee2d66108fe438da6c70f35ca7eca66 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 10 Mar 2025 20:41:47 +0000 Subject: [PATCH] chore: changelog for #2085 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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