Skip to content

Commit ecb3cad

Browse files
committed
update changelog
1 parent 25344d2 commit ecb3cad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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 RC13
7+
8+
* Support marshal.dumps and marshal.loads for code objects and some other built-in objects
9+
* Fix installation of NumPy in a venv
10+
* Initial support for module mmap
11+
* Support debugging with workspace files in the Chrome debugger
12+
* Support the PEP 553 breakpoint() message
13+
* Support running weak reference callbacks and signals on the main thread
14+
615
## Version 1.0.0 RC12
716

817
* Support the `__class__` variable in the class scope

0 commit comments

Comments
 (0)