summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-24 08:26:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-24 08:26:02 -0400
commitab3dd5787ca79ea2738e979cd67348406f80b4cf (patch)
tree74fed11688a7ccda805e489a7863694203489f75 /CHANGES.txt
parent080e181a8cc21b8e555fa96eaa54762eb2a76c8e (diff)
downloadpython-coveragepy-git-ab3dd5787ca79ea2738e979cd67348406f80b4cf.tar.gz
Switch license to Apache
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 727e5a3f..82d3c9a7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,9 @@ Change history for Coverage.py
Latest
------
+- Coverage.py is now licensed under the Apache 2.0 license. See NOTICE.txt for
+ details.
+
- 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.