summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-01 21:48:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-01 21:48:24 -0400
commit665a0fd2215828bb02c561e5ee3bae0403ccd5fa (patch)
treeb02f0b2e25f4253093de0404a338e019f04448d4
parentf78222042368e37708770fb7cf83a5e0ac1770d4 (diff)
downloadpython-coveragepy-665a0fd2215828bb02c561e5ee3bae0403ccd5fa.tar.gz
Inching toward beta 1
-rw-r--r--CHANGES.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 18d22e8..a45ed98 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