summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-09-10 18:59:07 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-09-10 18:59:07 +0100
commitedbd6468d97e85254b97eaca9267105aff0f7282 (patch)
tree7ec9fc2c05d215c9844f1ea2626c9edd245dda95
parentd1ecc898b43dfc56593e51afbd366db75cd58ca9 (diff)
downloadcython-edbd6468d97e85254b97eaca9267105aff0f7282.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 27d10fe4e..86183c281 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,16 +5,13 @@ Cython Changelog
0.29.14 (2019-??-??)
====================
-Features added
---------------
-
-* ``?`` is supported as NumPy dtype for ``bool``.
- Patch by Max Klein. (Github issue #2675)
-
Bugs fixed
----------
-* ``await`` was not allows inside of f-strings.
+* ``?`` for ``bool`` was missing from the supported NumPy dtypes.
+ Patch by Max Klein. (Github issue #2675)
+
+* ``await`` was not allowed inside of f-strings.
Patch by Dmitro Getz. (Github issue #2877)
* Coverage analysis failed for projects where the code resides in separate