Skip to content

Commit 368796c

Browse files
committed
Add entry in changelog
1 parent 37b8e53 commit 368796c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@
88
- Minimize async related changes to library code in this release.
99
- In sync environment use `asyncio.run`.
1010
- In async environment use background thread.
11-
- The default test manifests or directories now default to the `./specifications` directory.
12-
- Add ability to run test suites using pytest and make pytest the default way for running (unit)tests.
11+
- The default test manifests or directories now default to the
12+
`./specifications` directory.
13+
- Add ability to run test suites using pytest and make pytest the default way
14+
for running (unit)tests.
15+
- The functionality to resolve relative IRIs to absolute IRIs has been moved
16+
from `context_resolver.py` to `iri_resolver.py` so it can be maintained
17+
and tested separately.
18+
- Migrate the `prepend_base()` function to the `resolve()` function
19+
- Move the existing function `remove_dot_segments()`
20+
- Add unittests
1321

1422
## 2.0.4 - 2024-02-16
1523

0 commit comments

Comments
 (0)