Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
(including `None`) are no longer allowed, hence missing base IRIs in the
JSON-LD context are now handled outside the function call.
- Add unittests
- **BREAKING**: The `IdentifierIssuer` class was moved to `identifier_issuer.py`. It's now available
at `pyld.identifier_issuer`.
- **BREAKING**: The classes `URDNA2015` and `URGNA2012` were moved to `canon.py`. They are now available
at `pyld.canon`.

## 2.0.4 - 2024-02-16

Expand Down
Loading
Loading