diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-19 08:58:24 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-19 08:58:24 -0400 |
commit | e97c63b1e23a33344ba75848ec57cbf41ae15c27 (patch) | |
tree | def2f7094ef49e851580077c1b751fda340c2bf8 | |
parent | 6da1160d2d0f3ce9714ed69320bc7ee34dd59a91 (diff) | |
download | python-coveragepy-e97c63b1e23a33344ba75848ec57cbf41ae15c27.tar.gz |
A real name for karlw00t
-rw-r--r-- | AUTHORS.txt | 2 | ||||
-rw-r--r-- | CHANGES.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index 274257a..8efa92d 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -44,8 +44,8 @@ JT Olds Jessamyn Smith Jon Chappell Joseph Tate +Josh Williams Julian Berman -karlw00t Krystian Kichewko Leonardo Pistone Lex Berezhny diff --git a/CHANGES.rst b/CHANGES.rst index 77acdb6..e8b5819 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,7 +13,7 @@ Unreleased closes `issue 199`_. - The HTML report has a more-visible indicator for which column is being - sorted. Closes `issue 298`_, thanks to karlw00t. + sorted. Closes `issue 298`_, thanks to Josh Williams. - If the HTML report cannot find the source for a file, the message now suggests using the ``-i`` flag to allow the report to continue. Closes |