diff options
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 4 |
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: |