Skip to content

Commit 6584af0

Browse files
committed
[CHANGELOG] Add latest changes
1 parent e0e65ec commit 6584af0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
Used to document all changes from previous releases and collect changes
44
until the next release.
55

6-
# Latest
76

8-
# Dropping Python 2 support
7+
# Version 1.5.2
8+
9+
## Pinning rdflib version to 5.0.0 until further notice
10+
11+
Due to major breaking changes introduced in the upgrade of
12+
rdflib 5.0.0 to 6.0.0, the rdflib version is pinned to 5.0.0
13+
until the breaking code has been fixed.
14+
15+
## Dropping Python 2 support
916

1017
Python 2 has reached end of life. The codebase has been cleaned from Python 2 and Python 3 compatible code, all tests now run exclusively on Python 3 versions.
1118

12-
# Features
19+
## Features
1320
- `odml.save` and `odmlparser.ODMLWriter` now support additional keywords. See issue #402 and PR #403 for details.
1421

1522

0 commit comments

Comments
 (0)