We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0a6c0 commit 30a0908Copy full SHA for 30a0908
CHANGELOG.md
@@ -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