diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-23 17:34:32 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-23 17:34:53 -0400 |
commit | b5a53740700e59dbebbf655d4914bbaf9470870a (patch) | |
tree | 05a352f5fb3e6b5ea8a2252e18153768b2b55294 | |
parent | 9a1954a224c7c0f578513d8f4ca5f821fcf2cf5a (diff) | |
download | python-coveragepy-git-b5a53740700e59dbebbf655d4914bbaf9470870a.tar.gz |
docs: thanks, Nils K for the vanilla JS conversion!
-rw-r--r-- | CHANGES.rst | 3 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 966a56b3..d7149f17 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -43,7 +43,8 @@ Unreleased - Performance: Branch coverage measurement is faster, though you might only notice on code that is executed many times, such as long-running loops. -- Build: jQuery is updated to 3.6.0 (`issue 840`_). +- Build: jQuery is no longer used or vendored (`issue 840`_). Huge thanks to + Nils Kattenbeck (septatrix) for the conversion to vanilla JavaScript. .. _issue 553: https://github.com/nedbat/coveragepy/issues/553 .. _issue 840: https://github.com/nedbat/coveragepy/issues/840 diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 1c1fe0e9..61c79856 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -108,6 +108,7 @@ Mickie Betz Mike Fiedler Naveen Yadav Nathan Land +Nils Kattenbeck Noel O'Boyle Olivier Grisel Ori Avtalion |