summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-02-19 21:41:05 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-02-19 21:41:05 +0100
commit34e01e6c2d4af53a5179d22877c04fd1b0a5aeb7 (patch)
treea1661ec12cd2f80c554312f0d1572ff961314234
parentd49062fdf2eea3997816a70628e54353f5d57931 (diff)
downloadcython-34e01e6c2d4af53a5179d22877c04fd1b0a5aeb7.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b39a7585e..7d0b9e76d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -17,6 +17,10 @@ Bugs fixed
* Avoid a C #pragma in old gcc versions that was only added in GCC 4.6.
Patch by Michael Anselmi. (Github issue #2838)
+* Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3,
+ even though the default encoding there is UTF-8.
+ (Github issue #2819)
+
0.29.5 (2019-02-09)
===================