summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-31 07:04:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-31 07:04:15 -0400
commit56713f234c0a607947f201f1b4b2b972776251b5 (patch)
tree9f23ae2ccb99eea90347d0ac37a75c6ef51e9cd1
parentbb78d7e1a77c9b882f9e4547e3e55d8b1f50e126 (diff)
downloadpython-coveragepy-git-56713f234c0a607947f201f1b4b2b972776251b5.tar.gz
docs: another link for the no-jquery changelog entry
-rw-r--r--CHANGES.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4ee94adb..7e9c6938 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -72,12 +72,13 @@ Version 6.1 — 2021-10-30
- 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 no longer used or vendored (`issue 840`_). Huge thanks to
- Nils Kattenbeck (septatrix) for the conversion to vanilla JavaScript in `pull
- request 1248`_.
+- Build: jQuery is no longer used or vendored (`issue 840`_ and `issue 1118`_).
+ Huge thanks to Nils Kattenbeck (septatrix) for the conversion to vanilla
+ JavaScript in `pull request 1248`_.
.. _issue 553: https://github.com/nedbat/coveragepy/issues/553
.. _issue 840: https://github.com/nedbat/coveragepy/issues/840
+.. _issue 1118: https://github.com/nedbat/coveragepy/issues/1118
.. _issue 1160: https://github.com/nedbat/coveragepy/issues/1160
.. _issue 1244: https://github.com/nedbat/coveragepy/issues/1244
.. _pull request 1248: https://github.com/nedbat/coveragepy/pull/1248