summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-08-23 08:41:48 +0200
committerStefan Behnel <stefan_ml@behnel.de>2019-08-23 08:41:48 +0200
commitf275be924d6b65b23f09bc1c36fac1d2dd9e2533 (patch)
treed800fbed2d4e15f57d057ecdbac4022f8afe01f1
parent0c9a58c89c156556827453f23f39a1d2a0a4eee0 (diff)
downloadcython-f275be924d6b65b23f09bc1c36fac1d2dd9e2533.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 8bf82996d..823c6bb1a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,6 +11,10 @@ Bugs fixed
* ``await`` was not allows inside of f-strings.
Patch by Dmitro Getz. (Github issue #2877)
+* Coverage analysis failed for projects where the code resides in separate
+ source sub-directories.
+ Patch by Antonio Valentino. (Github issue #1985)
+
Other changes
-------------