summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-11-30 15:20:59 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-11-30 15:20:59 +0100
commited0c0237b7151d387c5de08a816bce34fc16fcf2 (patch)
tree6057aa434b8dd8396a3521b27a34bf424eb96261
parentb8285f01e80437484e7a71c2cc6a6100bcf88964 (diff)
downloadcython-ed0c0237b7151d387c5de08a816bce34fc16fcf2.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f3df9f873..50380aee7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -38,7 +38,8 @@ Features added
Patch by Matus Valo. (Github issue :issue:`1711`)
* Declarations were added for the bit operations and some other parts of C++20.
- Patch by Jonathan Helgert. (Github issues :issue:`4962`, :issue:`5101`)
+ Patches by Jonathan Helgert and Dobatymo.
+ (Github issues :issue:`4962`, :issue:`5101`, :issue:`5157`)
Bugs fixed
----------
@@ -89,6 +90,9 @@ Bugs fixed
* Some issues with Cython ``@dataclass`` arguments, hashing, inheritance and ``repr()``
were resolved. (Github issues :issue:`4956`, :issue:`5046`)
+* Larger numbers of extension types with multiple subclasses could take very long to compile.
+ Patch by Scott Wolchok. (Github issue :issue:`5139`)
+
* Relative imports failed in compiled ``__init__.py`` package modules.
Patch by Matus Valo. (Github issue :issue:`3442`)