Commit 353299cb authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 19e6c6a6
...@@ -8,10 +8,10 @@ Cython Changelog ...@@ -8,10 +8,10 @@ Cython Changelog
Features added Features added
-------------- --------------
* In CPython 3.6 and later, looking up globals in the module dict is about * In CPython 3.6 and later, looking up globals in the module dict is almost
as fast as looking up C globals. as fast as looking up C globals.
* (In-)equality Comparisons of objects to integer literals are faster. * (In-)equality comparisons of objects to integer literals are faster.
(Github issue #2188) (Github issue #2188)
* Some internal and 1-argument method calls are faster. * Some internal and 1-argument method calls are faster.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment