diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-01 21:48:24 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-01 21:48:24 -0400 |
commit | 04d38f7c3867e2f6b3085321d5464184f4e5c55b (patch) | |
tree | b195def2666d67d5d9119f4e105414cbf8ef1411 | |
parent | ec9afcf2ed40dc3e092e5e350940198e37f367bf (diff) | |
download | python-coveragepy-git-04d38f7c3867e2f6b3085321d5464184f4e5c55b.tar.gz |
Inching toward beta 1
-rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 18d22e84..a45ed98e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,15 +6,15 @@ Change history for Coverage.py ------------------------------ -Latest ------- +Version 4.0b1 --- 2 August 2015 +------------------------------- - Coverage.py is now licensed under the Apache 2.0 license. See NOTICE.txt for details. Closes `issue 313`_. - 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. + JSON-based instead of a pickle, closing `issue 236`_. The `CoverageData` + class is now a public supported documented API to the data file. - A new configuration option, ``[run] note``, lets you set a note that will be stored in the `runs` section of the data file. You can use this to annotate @@ -73,7 +73,7 @@ Latest .. _issue 386: https://bitbucket.org/ned/coveragepy/issues/386/error-on-unrecognised-configuration .. _issue 387: https://bitbucket.org/ned/coveragepy/issues/387/performance-degradation-from-371-to-40 -.. 41 issues closed in 4.0 below here +.. 40 issues closed in 4.0 below here Version 4.0a6 --- 21 June 2015 |