summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst3
-rw-r--r--CONTRIBUTORS.txt1
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