You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
This changelog summarizes major changes between GraalVM versions of the Python
4
4
language runtime. The main focus is on user-observable behavior of the engine.
5
5
6
+
## Version 22.1.0
7
+
* Improved compatibility with PyPI package `lxml`
8
+
6
9
## Version 22.0.0
7
10
* Added support for `pyexpat` module.
8
11
* 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.
49
52
* Implement name mangling for private attributes
50
53
* Correctly raise an AttributeError when a class defines slots, but not dict
51
54
* 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
53
56
* Fix multiple memory leaks and crashes when running NumPy in a shared engine
0 commit comments