Skip to content

Commit bf9d12d

Browse files
committed
[hotfix] Update changelog
PullRequest: graalpython/532
2 parents 30db5dd + 701d5ac commit bf9d12d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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 1
7+
8+
* Update Python standard library files to Python 3.7.3
9+
* Improve performance of exceptions that do not escape
10+
* Fix str(None) to print "None" instead of an empty string
11+
* Fix error messages on polyglot objects to not leak implementation class names of those objects
12+
* Fix erroneously frozen package paths in pre-initialized python modules
13+
* Fix caching of core sources in a native image with a preinitialized context for pre-built images and libpolyglot fast startup
14+
* Implement pwd.getpwuid
15+
* Implement os.exec, os.execv, and os.execl
16+
* Add some missing C API headers needed for tensorflow compilation
17+
618
## Version 19.0.0
719

820
* Fix an issue preventing use of encodings in the installable binary

0 commit comments

Comments
 (0)