summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-02-27 07:34:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-02-27 07:34:33 -0500
commitc7052bb24da03b5112c6d7fd1386936e211223f0 (patch)
tree79c97a0c581f5e712be5668ce2e8bc97eaf58ed8 /CHANGES.rst
parentdc9b842271b49b85681987643fceab598bd4de21 (diff)
downloadpython-coveragepy-git-c7052bb24da03b5112c6d7fd1386936e211223f0.tar.gz
fix: HTML report makes room for 4-digit line numbers #1124
Fixes: #1124
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0c5d7667..7eaf22a2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -29,8 +29,12 @@ Unreleased
they have been combined. This was requested in `issue 1108`_ and implemented
in `pull request 1110`_. Thanks, Éric Larivière.
+- The HTML report has a little more room for line numbers so that 4-digit
+ numbers work well, fixing `issue 1124`_.
+
.. _issue 1108: https://github.com/nedbat/coveragepy/issues/1108
.. _pull request 1110: https://github.com/nedbat/coveragepy/pull/1110
+.. _issue 1124: https://github.com/nedbat/coveragepy/issues/1124
.. _changes_54: