summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-10-08 22:41:00 +0200
committerStefan Behnel <stefan_ml@behnel.de>2019-10-08 22:41:00 +0200
commit4d437f24a469fef2424f3fb5bfae58f68eafac1f (patch)
tree42b5647292a0e1e090830ec823b15590dda0a3fc
parent00a1d4cb3b4ed84e50a4902518a05d02f93e95bb (diff)
parentcb1e6e410864d1a8474f2ebd1482f63e59d7b346 (diff)
downloadcython-4d437f24a469fef2424f3fb5bfae58f68eafac1f.tar.gz
Merge branch '0.29.x'
-rw-r--r--CHANGES.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 7c55a85b5..744c21752 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -169,16 +169,13 @@ Other changes
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