Skip to content

Commit c6b3797

Browse files
committed
update changelog
1 parent f8f1778 commit c6b3797

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ language runtime. The main focus is on user-observable behavior of the engine.
55

66
## Version 22.1.0
77
* String conversion (`__str__`) now calls `toString` for Java objects and `toDisplayString` interop message for foreign objects.
8-
* Improved compatibility with PyPI packages `lxml`, `pytz`, `Pillow`, `urllib3`, `setuptools`
8+
* Improved compatibility with PyPI packages `lxml`, `pytz`, `Pillow`, `urllib3`, `setuptools`, `pytest`, `twine`, `jinja2`, and `six`
99
* Introduced dependency on bouncycastle
1010
* Added support for more private key formats (PKCS#1, password protected) in ssl module
11+
* Added support for module freezing, which makes start to the Python REPL 30% faster and with 40% less memory usage.
1112

1213
## Version 22.0.0
1314
* Added support for `pyexpat` module.

0 commit comments

Comments
 (0)