summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-23 09:46:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-23 09:46:10 -0400
commitfe5937fa97141dc6e9cec26288abc82a05a162e2 (patch)
tree0011041d59c2ea26a6618a08e5fee39a9ef28873
parent247febd261e53d2643121c5f7daa9dbd8243f019 (diff)
downloadpython-coveragepy-git-fe5937fa97141dc6e9cec26288abc82a05a162e2.tar.gz
Be honest in CHANGES.txt
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6da614f0..dab85bdb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,9 +6,9 @@ Change history for Coverage.py
Latest
------
-- The data storage has been completely revamped. The data file is now JSON
- instead of a pickle, closing `issue 236`_. The `CoverageData` class is now
- a public supported API to the data file.
+- The data storage has been completely revamped. The data file is now
+ almost-JSON instead of a pickle, closing `issue 236`_. The `CoverageData`
+ class is now a public supported API to the data file.
- The XML report now includes a ``missing-branches`` attribute. Thanks, Steve
Peak. This is not a part of the Cobertura DTD, so the XML report no longer