summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-02 10:12:48 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-02 10:12:48 +0200
commit830bdfac310935ff0a4b68a640bd9fcc7624e73c (patch)
tree5a916b4706742e2bd222d925ba8f0319f5c89971
parentf5f64f5b0ae63db230c61f99460b9639965c8e46 (diff)
downloadcython-830bdfac310935ff0a4b68a640bd9fcc7624e73c.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0b299e349..436ca02ad 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -57,7 +57,7 @@ Features added
* String concatenation can now happen in place if possible, by extending the
existing string rather than always creating a new one.
- Patch by David Woods. (Github issue #3451)
+ Patch by David Woods. (Github issue #3453)
* Multiplication of Python numbers with small constant integers is faster.
(Github issue #2808)