Skip to content

Commit 8109a56

Browse files
committed
update changelog
1 parent b179081 commit 8109a56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
55

66
## Version 19.3.0
77

8+
* Implement `gc.{enable,disable,isenabled}` as stubs
89
* Implement `charmap_build` function
910
* Implement `hexversion` in sys module
1011
* Implement `_lzma` module
@@ -13,6 +14,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
1314
* Fix destructuring assignments of arbitrary iterators
1415
* Fix `dict.__contains__` for dictionaries with only `str` keys for subclasses of `str`
1516
* Support NumPy 1.16.4 and Pandas 0.25.0
17+
* Support `timeit` module
1618
* Support importing Java classes using normal Python import syntax when the package is known
1719
* Improve performance across many Python benchmarks
1820

0 commit comments

Comments
 (0)