We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b03e0a commit 11e8530Copy full SHA for 11e8530
CHANGELOG.md
@@ -3,14 +3,11 @@
3
This changelog summarizes major changes between GraalVM versions of the Python
4
language runtime. The main focus is on user-observable behavior of the engine.
5
6
-## Version 20.0.0 beta 2
+## Version 19.1.0
7
8
* Add `java.add_to_classpath` API to dynamically extend the host class path
9
* Allow write access to main module bindings for embedder
10
* Swap arguments for `polyglot.export_value` to use the more natural (name, value) order and deprecate the previous argument order.
11
-
12
-## Version 20.0.0 beta 1
13
14
* Update Python standard library files to Python 3.7.3
15
* Improve performance of exceptions that do not escape
16
* Fix str(None) to print "None" instead of an empty string
0 commit comments