Skip to content

Commit 3313f49

Browse files
committed
[hotfix] Update changelog
PullRequest: graalpython/380
2 parents 82ff5e7 + 6af614c commit 3313f49

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 RC12
7+
8+
* Support the `__class__` variable in the class scope
9+
* Support module-level docstrings
10+
* Initial support for the `venv` standard-library tool
11+
* Initial support for the built-in `_bz2` module
12+
* Initial support for the `pandas` package
13+
* Initial support for OSError subclasses based on the `errno` of the exception
14+
* Fix bytearray inplace add to return the same object
15+
* Fix access to standard Python methods (`__repr__`, `__str__`, `__len__` and the like) for foreign objects
16+
617
## Version 1.0.0 RC11
718

819
* Support running setuptools to build and install various packages

0 commit comments

Comments
 (0)