summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-11-01 15:09:30 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-11-01 15:09:30 +0100
commit204e02b01218a18ec23a38b559cd9d0c74dce70d (patch)
treef3ff25a84a34d2d815013fa92fc76b38e715be38
parent430e2ca220c8fed49604daf578df98aadb33a87d (diff)
downloadcython-204e02b01218a18ec23a38b559cd9d0c74dce70d.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 86183c281..95f20739a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,12 +2,15 @@
Cython Changelog
================
-0.29.14 (2019-??-??)
+0.29.14 (2019-11-01)
====================
Bugs fixed
----------
+* The generated code failed to initialise the ``tp_print`` slot in CPython 3.8.
+ Patches by Pablo Galindo and Orivej Desh (Github issues #3171, #3201).
+
* ``?`` for ``bool`` was missing from the supported NumPy dtypes.
Patch by Max Klein. (Github issue #2675)
@@ -21,6 +24,16 @@ Bugs fixed
* An incorrect compiler warning was fixed in automatic C++ string conversions.
Patch by Gerion Entrup. (Github issue #3108)
+* Error reports in the Jupyter notebook showed unhelpful stack traces.
+ Patch by Matthew Edwards (Github issue #3196).
+
+* ``Python.h`` is now also included explicitly from ``public`` header files.
+ (Github issue #3133).
+
+* Distutils builds with ``--parallel`` did not work when using Cython's
+ deprecated ``build_ext`` command.
+ Patch by Alphadelta14 (Github issue #3187).
+
Other changes
-------------