Skip to content

Commit 2a28b78

Browse files
committed
Fix changelog
1 parent 6d6d514 commit 2a28b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ This changelog summarizes major changes between GraalVM versions of the Python
44
language runtime. The main focus is on user-observable behavior of the engine.
55

66
## Version 22.1.0
7+
* String conversion (`__str__`) now calls `toString` for Java objects and `toDisplayString` interop message for foreign objects.
78
* Improved compatibility with PyPI package `lxml`
89

910
## Version 22.0.0
1011
* Added support for `pyexpat` module.
1112
* Added partial support for `PYTHONHASHSEED` environment variable (also available via `HashSeed` context option), currently only affecting hashing in `pyexpat` module.
1213
* Implement `_csv` module.
1314
* Improved compatibility with PyPI packages `wheel` and `click`
14-
* String conversion (`__str__`) now calls `toString` for Java objects and `toDisplayString` interop message for foreign objects.
1515

1616
## Version 21.3.0
1717

0 commit comments

Comments
 (0)