Skip to content

Commit 2f9ee65

Browse files
committed
[GR-10355] Add changelog
PullRequest: graalpython/72
2 parents aaf95f1 + 30a0908 commit 2f9ee65

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Python Changelog
2+
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 1.0.0 RC2
7+
8+
* Updates to the polyglot and embedding APIs
9+
* Many additions to the language core implementation
10+
* Performance improvements to the parser
11+
* C-API improvements to compile and run simple C extensions
12+
* Support breakpoints on caught and uncaught exceptions in debugger
13+
14+
## Version 1.0.0 RC1
15+
16+
* LICENSE set to The Universal Permissive License (UPL), Version 1.0.

0 commit comments

Comments
 (0)