diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-06 14:18:08 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-06 14:18:08 -0400 |
commit | 774c364b8eddfb53c3da5c8827f27ea279401316 (patch) | |
tree | 824bbb2183632e72ce6d9729870d02df906dd82d | |
parent | 070d61caab1bb37854c34155a51ab011fe59e7ff (diff) | |
download | python-coveragepy-git-774c364b8eddfb53c3da5c8827f27ea279401316.tar.gz |
doc: keep CHANGES up to date
-rw-r--r-- | CHANGES.rst | 4 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 1a50184a..f3e2cdb8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,11 +24,15 @@ Unreleased drive than the current directory. (`pull 1430`_, fixing `issue 1428`_). Thanks, Lorenzo Micò. +- Filtering in the HTML report wouldn't work when reloading the index page. + This is now fixed (`pull 1413`_). Thanks, Marc Legendre. + - Fix a problem with Cython code measurement (`pull 1347`_, fixing `issue 972`_). Thanks, Matus Valo. .. _issue 972: https://github.com/nedbat/coveragepy/issues/972 .. _pull 1347: https://github.com/nedbat/coveragepy/pull/1347 +.. _pull 1413: https://github.com/nedbat/coveragepy/issues/1413 .. _pull 1428: https://github.com/nedbat/coveragepy/issues/1428 .. _pull 1430: https://github.com/nedbat/coveragepy/pull/1430 diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 76b5f570..d4a1e760 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -100,6 +100,7 @@ Lex Berezhny Loïc Dachary Lorenzo Micò Marc Abramowitz +Marc Legendre Marcelo Trylesinski Marcus Cobden Marius Gedminas |