summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-05-21 08:10:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-05-21 08:10:11 -0400
commit0a4ca6ff8dbcd1e43645b93db9e20487581359a1 (patch)
tree44bb6787f03fa7614a782d5d7cb95cdca6390185 /doc/changes.rst
parent00f15ba0a5731aa1b1ef0db85608a45f78a3f160 (diff)
downloadpython-coveragepy-git-0a4ca6ff8dbcd1e43645b93db9e20487581359a1.tar.gz
Getting ready for 4.1 final
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index f95e0174..06112044 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -39,6 +39,7 @@ Major change history for coverage.py
.. :history: 20151124T065800, updated for 4.0.3
.. :history: 20160110T125800, updated for 4.1b1
.. :history: 20160510T125200, updated for 4.1b3
+.. :history: 20160521T074300, updated for 4.1
These are the major changes for coverage.py. For a more complete change
@@ -50,8 +51,8 @@ history, see the `CHANGES.rst`_ file in the source tree.
.. _changes_41:
-Version 4.1b3 pre-release --- 2016-05-10
-----------------------------------------
+Version 4.1b --- 2016-05-21
+---------------------------
- Branch analysis has been rewritten: it used to be based on bytecode, but now
uses AST analysis. This has changed a number of things: