Skip to content

Commit 94635e9

Browse files
committed
Update RELEASENOTES.md
1 parent e093441 commit 94635e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASENOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ A new interface `IDataset<out T>` has been added. (Now `Dataset<T>` implements `
1111

1212
__API Changes__:
1313

14-
The parameter of `DataLoader` has been changed to `IDataset` to accept more kinds of datasets.<br/>
14+
The parameter of `DataLoader`s has been relaxed to `IDataset`.<br/>
15+
The parameter of `DataLoader`s' collate functions has been relaxed to `IReadOnlyList`.<br/>
1516

1617
# NuGet Version 0.102.6
1718

0 commit comments

Comments
 (0)