1
0
mirror of https://github.com/go-task/task.git synced 2025-06-04 23:38:05 +02:00

chore: changelog for #2148

This commit is contained in:
Pete Davison 2025-04-01 13:56:41 +00:00
parent cd81d94e18
commit f07f4c85b2
No known key found for this signature in database

View File

@ -30,7 +30,13 @@
#### Package API
- The [`Executor`](https://pkg.go.dev/github.com/go-task/task/v3#Executor) now
uses the functional options pattern (#2085, #2147 by @pd93).
uses the functional options pattern (#2085, #2147, #2148 by @pd93).
- The functional options for the
[`taskfile.Reader`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Reader)
and
[`taskfile.Snippet`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Snippet)
types no longer have the `Reader`/`Snippet` respective prefixes (#2148 by
@pd93).
## v3.42.1 - 2025-03-10