summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-09-29 10:22:49 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-09-29 10:30:46 +0200
commita1ec72b23bf801ef7547cdf2769a9c4666939ede (patch)
tree2ee20597379c4d29ceee5fbd4750819aa46efc24
parent13fb1f4a4cec5d57fd99bf2126b9b7d561d57808 (diff)
downloadcython-a1ec72b23bf801ef7547cdf2769a9c4666939ede.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c7464a912..92abb21a9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -90,6 +90,7 @@ Features added
* An additional ``check_size`` clause was added to the ``ctypedef class`` name
specification to allow suppressing warnings when importing modules with
backward-compatible `PyTypeObject`` size changes.
+ (Github issue #2627)
Bugs fixed
----------