Skip to content

Commit ac89a95

Browse files
Note ChoiceByTypeDocumentLoader in the unreleased changelog
1 parent 48e8805 commit ac89a95

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
@@ -8,6 +8,8 @@
88
- `pyld.FileDocumentLoader`: a document loader for local `file:` URLs with optional root confinement.
99
- `pyld.ChoiceBySchemeDocumentLoader`: a document loader that dispatches URL
1010
strings to per-scheme loaders.
11+
- `pyld.ChoiceByTypeDocumentLoader`: a document loader that dispatches by Python
12+
input type (e.g. `pathlib.Path` vs `str`).
1113

1214
### Fixed
1315
- If value objects contain array values for `@type` during expansion, an error is now raised. Fixes [expand#ter54](https://w3c.github.io/json-ld-api/tests/expand-manifest.html#ter54) and [toRdf#ter54](https://w3c.github.io/json-ld-api/tests/toRdf-manifest.html#ter54).

0 commit comments

Comments
 (0)