Skip to content

Commit f47f237

Browse files
committed
chore: changelog for #2169
1 parent 04df108 commit f47f237

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
[`taskfile.Snippet`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Snippet)
5151
types no longer have the `Reader`/`Snippet` respective prefixes (#2148 by
5252
@pd93).
53+
- [`taskfile.Reader`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Reader)
54+
no longer accepts a
55+
[`taskfile.Node`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Node).
56+
Instead nodes are passed directly into the
57+
[`Reader.Read`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Reader.Read)
58+
method (#2169 by @pd93).
5359

5460
## v3.42.1 - 2025-03-10
5561

0 commit comments

Comments
 (0)