summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-12-06 15:21:39 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-12-06 15:21:39 -0500
commit2dfe9f1f2dd08ab9937a6b7e5bd6ac8d90739d3e (patch)
treee92afa51602ff029522d160d5e28b3ecbebab923
parentb12a97ebae292262399ed1ade17eab2b8b5b876a (diff)
downloadpython-coveragepy-git-2dfe9f1f2dd08ab9937a6b7e5bd6ac8d90739d3e.tar.gz
Thanks, Sebastián Ramírez
-rw-r--r--CHANGES.rst6
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e175d74d..7c4a2de5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -33,11 +33,15 @@ Unreleased
- The HTML report pages now have a :ref:`Sleepy Snake <sleepy>` favicon.
+- The HTML report now saves the sort order in a more widely supported way,
+ fixing `issue 986`_. Thanks, Sebastián Ramírez (`pull request 1066`_).
+
- Continuous integration has moved from Travis and AppVeyor to GitHub Actions.
+.. _issue 986: https://github.com/nedbat/coveragepy/issues/986
.. _issue 1037: https://github.com/nedbat/coveragepy/issues/1037
.. _issue 1010: https://github.com/nedbat/coveragepy/issues/1010
-
+.. _pull request 1066: https://github.com/nedbat/coveragepy/pull/1066
.. _changes_53:
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 7af8202b..3e52e45e 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -120,6 +120,7 @@ Roy Williams
Salvatore Zagaria
Sandra Martocchia
Scott Belden
+Sebastián Ramírez
Sigve Tjora
Simon Willison
Stan Hu