diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-24 08:26:02 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-24 08:26:02 -0400 |
| commit | ab3dd5787ca79ea2738e979cd67348406f80b4cf (patch) | |
| tree | 74fed11688a7ccda805e489a7863694203489f75 /CHANGES.txt | |
| parent | 080e181a8cc21b8e555fa96eaa54762eb2a76c8e (diff) | |
| download | python-coveragepy-git-ab3dd5787ca79ea2738e979cd67348406f80b4cf.tar.gz | |
Switch license to Apache
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
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. |
