summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-02-29 21:09:25 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-02-29 21:09:25 -0500
commitfa2e0e49fea9f6cbaab9e2dc3a203dc59b8fb2c2 (patch)
treec7a85c36e1c33e90c0af00e2ce957ee5154f58e9
parentee2d1f6a5405f768c81cb2daa6b0a7fe21e4b4de (diff)
downloadpython-coveragepy-git-fa2e0e49fea9f6cbaab9e2dc3a203dc59b8fb2c2.tar.gz
Improve the changelog
-rw-r--r--CHANGES.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 37c0ddf6..faed03d5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,11 +26,13 @@ Unreleased
- Updated Python 3.9 support to 3.9a4.
-- Fixed a bug with missing negative line numbers on PyPy3 7.1 (`issue 943`_).
+- The textual summary report could report missing lines with negative line
+ numbers on PyPy3 7.1 (`issue 943`_). This is now fixed.
-- Windows 3.8 wheels were incorrectly built, but are now fixed. (`issue 949`_)
+- Windows wheels for Python 3.8 were incorrectly built, but are now fixed.
+ (`issue 949`_)
-- HTML report couldn't be sorted if localStorage wasn't available. This is now
+- HTML reports couldn't be sorted if localStorage wasn't available. This is now
fixed: sorting works even though the sorting setting isn't retained. (`issue
944`_ and `pull request 945`_). Thanks, Abdeali Kothari.