Skip to content

Commit 11e8530

Browse files
committed
[GR-16675] Fix CHANGELOG.
1 parent 8b03e0a commit 11e8530

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
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 20.0.0 beta 2
6+
## Version 19.1.0
77

88
* Add `java.add_to_classpath` API to dynamically extend the host class path
99
* Allow write access to main module bindings for embedder
1010
* 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-
1411
* Update Python standard library files to Python 3.7.3
1512
* Improve performance of exceptions that do not escape
1613
* Fix str(None) to print "None" instead of an empty string

0 commit comments

Comments
 (0)