diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-11 06:51:49 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-11 06:51:49 -0400 |
commit | cc008dd00a2197792ae55d68b46e760c630b1189 (patch) | |
tree | 82ce56d3b6fd1248ebdec89eb1f95b71eda7e5b6 /CHANGES.rst | |
parent | 34d0373f173310e133417d774db79603a57e3d24 (diff) | |
download | python-coveragepy-git-cc008dd00a2197792ae55d68b46e760c630b1189.tar.gz |
Albertas Agejevas did a lot of the context reporting work
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index db7b9c72..f3a4252b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,8 +20,8 @@ development at the same time, like 4.5.x and 5.0. Unreleased ---------- -- Reporting on dynamic contexts. Big thanks to Stephan Richter for the - contribution. +- Reporting on dynamic contexts. Big thanks to Stephan Richter and Albertas + Agejevas for the contribution. - The ``--contexts`` command-line option is available on the ``report`` and ``html`` command. It's a comma-separated list of shell-style wildcards, |