Skip to content

Commit 3e01e4d

Browse files
committed
update changelog
1 parent 4c1cc3e commit 3e01e4d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ language runtime. The main focus is on user-observable behavior of the engine.
1818
* Improve performance of `os.scandir` and functions that build on it (such as `glob`)
1919
* More correct implementation of standard streams, including buffering
2020
* Properly support the `-m` switch to run modules
21-
* Support creating ZIP files through the standard `zipfile` module
21+
* Support the standard `zipfile` module
22+
* Add the built-in `_cvs` module
23+
* Add support for `__slots__`
24+
* Allow arbitrary callable objects in methods, not only functions
25+
* Report that we have a TTY console if we are launched on a Terminal through our launcher
26+
* Add the `ginstall` custom module to install known packages such as NumPy and setuptools
2227

2328
## Version 1.0.0 RC10
2429

0 commit comments

Comments
 (0)