Skip to content

Commit 0c1ef60

Browse files
committed
Add changelog entry for lxml
1 parent 88cdea5 commit 0c1ef60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
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

6+
## Version 22.1.0
7+
* Improved compatibility with PyPI package `lxml`
8+
69
## Version 22.0.0
710
* Added support for `pyexpat` module.
811
* Added partial support for `PYTHONHASHSEED` environment variable (also available via `HashSeed` context option), currently only affecting hashing in `pyexpat` module.
@@ -49,7 +52,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
4952
* Implement name mangling for private attributes
5053
* Correctly raise an AttributeError when a class defines slots, but not dict
5154
* Fix infinite continuation prompt in REPL when pasting snippets
52-
* Add jarray module for compatiblity with Jython
55+
* Add jarray module for compatibility with Jython
5356
* Fix multiple memory leaks and crashes when running NumPy in a shared engine
5457
* Improved support for Pandas
5558
* Initial support for Matplotlib

0 commit comments

Comments
 (0)