diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-08 06:57:05 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-08 06:57:05 -0500 |
commit | d6a3ecb65b44d2d82f97f3a00bc099720f4356bb (patch) | |
tree | 2a37317484be345ccc1c5ae96df8e96e9d25a0a8 | |
parent | 3962bc4387e4ca69d1e2df280b1021b3db9326fd (diff) | |
download | python-coveragepy-git-d6a3ecb65b44d2d82f97f3a00bc099720f4356bb.tar.gz |
Update CHANGES
-rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index e3a6b55c..37938aee 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,7 +9,9 @@ Change history for Coverage.py Unreleased ---------- -Nothing yet. +- Coverage.py has long had a special hack to support CPython's need to measure + the coverage of the standard library tests. This code was not installed by + kitted versions of coverage.py. Now it is. .. _changes_434: |