Skip to content

Commit 92bef86

Browse files
Note TypeDirectedDocumentLoader
1 parent fa35e87 commit 92bef86

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- `pyld.FileDocumentLoader`: a document loader for local `file:` URLs with optional root confinement.
77
- `pyld.SchemeDirectedDocumentLoader`: a document loader that dispatches URL
88
strings to per-scheme loaders.
9+
- `pyld.TypeDirectedDocumentLoader`: a document loader that dispatches by Python
10+
input type (e.g. `pathlib.Path` vs `str`).
911

1012
## 3.2.0 - 2026-08-17
1113

0 commit comments

Comments
 (0)