Skip to content

Commit 5233d14

Browse files
Move FileDocumentLoader entry to 3.3.0
1 parent 805eeba commit 5233d14

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# pyld ChangeLog
22

3+
## 3.3.0 - unreleased
4+
5+
### Added
6+
- `pyld.FileDocumentLoader`: a document loader for local `file:` URLs with optional root confinement.
7+
38
## 3.2.0 - 2026-08-17
49

510
### Added
611
- `*Options` TypedDict types and a `Context` type alias in `pyld.options` for JSON-LD API option dicts (typing and documentation).
712
- `pyld.SqliteCacheRequestsDocumentLoader`: a SQLite-backed HTTP cache document loader using `requests-cache`.
8-
- `pyld.FileDocumentLoader`: a document loader for local `file:` URLs with optional root confinement.
913

1014
### Fixed
1115
- 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)