diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-04 17:15:38 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-06 10:04:31 -0400 |
| commit | cfdcacea473dede9fb779256c812ff6a098a0714 (patch) | |
| tree | 89a05ea92b2048a6b0653b8f4aae8fb374e4a4ec /CHANGES.rst | |
| parent | 25aff80d444a6b1fa87173ffd8026f69be7ae0d0 (diff) | |
| download | python-coveragepy-git-cfdcacea473dede9fb779256c812ff6a098a0714.tar.gz | |
HTML: Mark things to show instead of to hide.
Also made some other changes along the way:
* Scroll bar markers change as the selected categories change.
* We don't use css class 'stm' for anything, get rid of it.
* Better sass use all around.
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index dbb05e61..4fb6e112 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -41,6 +41,9 @@ Unreleased be reported as warnings. As with other warnings, you can suppress them with the ``[run] disable_warnings`` configuration setting. +- The scrollbar markers in the HTML report now accurately show the highlighted + lines, regardless of what categories of line are highlighted. + - The hack to accommodate ShiningPanda_ looking for an obsolete internal data file has been removed, since ShiningPanda 0.22 fixed it four years ago. |
