summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-09-10 18:12:39 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-09-10 18:12:39 +0100
commitd1ecc898b43dfc56593e51afbd366db75cd58ca9 (patch)
treefb5da6f3f0e4cd2c6adc49c25e0f334f1ef3e34c
parentcea380edcd63121b136266b4e3265ba464276671 (diff)
downloadcython-d1ecc898b43dfc56593e51afbd366db75cd58ca9.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 605eab551..27d10fe4e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -21,6 +21,9 @@ Bugs fixed
source sub-directories.
Patch by Antonio Valentino. (Github issue #1985)
+* An incorrect compiler warning was fixed in automatic C++ string conversions.
+ Patch by Gerion Entrup. (Github issue #3108)
+
Other changes
-------------