Skip to content

Commit 663b62d

Browse files
committed
Append to changelog
1 parent 9ffdb6d commit 663b62d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@
1717
and tested separately.
1818
- Migrate the `prepend_base(base, iri)` function to the `resolve(iri, base)`
1919
function.
20-
- Update code to use `resolve(iri, base)` instead. Invalid base IRIs
20+
- Move the existing function `remove_dot_segments(path)` and update the
21+
implementation.
22+
- Migrate the `remove_base(base, iri)` function to the `unresolve(iri, base)`
23+
function and update the implementation to use stdlib `urllib.parse` and
24+
`urllib.unparse` to replace the custom implementation.
25+
- Update code to use `resolve(iri, base)` and `unresolve(iri, base)` instead. Invalid base IRIs
2126
(including `None`) are no longer allowed, hence missing base IRIs in the
2227
JSON-LD context are now handled outside the function call.
23-
- Move the existing function `remove_dot_segments(path)`
2428
- Add unittests
2529

2630
## 2.0.4 - 2024-02-16

0 commit comments

Comments
 (0)