diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-10-02 16:19:57 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-10-02 16:19:57 -0400 |
commit | 812d523def2374033e90bd99b66807155b7ba88d (patch) | |
tree | 606a32c4f42b4181a6d94fc48e305e039dbb75c4 /CHANGES.rst | |
parent | 484e3639deabeccd4bbb3c2183e0e6c0f9407057 (diff) | |
download | python-coveragepy-git-coverage-5.0a8.tar.gz |
Doc changes for 5.0a8coverage-5.0a8
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 5e8ac672..301f606f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,8 +17,10 @@ development at the same time, such as 4.5.x and 5.0. .. Version 7.8.1 --- 2021-07-27 .. ---------------------------- -Unreleased ----------- +.. _changes_50a8: + +Version 5.0a8 --- 2019-10-02 +---------------------------- - The :class:`.CoverageData` API has changed how queries are limited to specific contexts. Now you use :meth:`.CoverageData.set_query_context` to |