Skip to content

Commit 999856b

Browse files
Note lazy SQLite cache file creation in the unreleased changelog
1 parent 722fa75 commit 999856b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
- `pyld.ChoiceByTypeDocumentLoader`: a document loader that dispatches by Python
1212
input type (e.g. `pathlib.Path` vs `str`).
1313

14+
### Changed
15+
- `SqliteCacheRequestsDocumentLoader` creates the SQLite cache file on first document load, not at construction time.
16+
1417
### Fixed
1518
- 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).
1619
- Inline contexts that try to redefine @context now raise an error. Fixes [expand#ter56](https://w3c.github.io/json-ld-api/tests/expand-manifest.html#ter56) and [toRdf#ter56](https://w3c.github.io/json-ld-api/tests/toRdf-manifest.html#ter56).

0 commit comments

Comments
 (0)