1
0
mirror of https://github.com/go-task/task.git synced 2025-05-13 22:16:31 +02:00

chore: changelog for #2169

This commit is contained in:
Pete Davison 2025-04-19 11:11:51 +00:00
parent 04df108fb5
commit f47f237093
No known key found for this signature in database

View File

@ -50,6 +50,12 @@
[`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).
- [`taskfile.Reader`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Reader)
no longer accepts a
[`taskfile.Node`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Node).
Instead nodes are passed directly into the
[`Reader.Read`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Reader.Read)
method (#2169 by @pd93).
## v3.42.1 - 2025-03-10