Skip to content

Commit afe89fc

Browse files
committed
[hotfix] Update changelog.
PullRequest: graalpython/139
2 parents 3071a95 + 98ada48 commit afe89fc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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 1.0.0 RC5
7+
8+
* Generator expressions now properly evaluate their first iterator in the definition scope at definition time
9+
* Fixes for embedders to ensure top scopes are stable and local scopes always contain TruffleObjects
10+
* C-API improvements to support simple Cython modules
11+
* Support recognition of Python source files with the polyglot launcher
12+
13+
## Version 1.0.0 RC4
14+
15+
* No changes
16+
617
## Version 1.0.0 RC3
718

819
* Support for more String encodings

0 commit comments

Comments
 (0)