diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-20 16:03:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-20 16:03:16 -0400 |
commit | 48f592beb3f85fbe4319b2206f941c6b9a6d0e08 (patch) | |
tree | 38c9ad6c6b8aaad28a4cc7d505f89d6b8412198f /doc/changes.rst | |
parent | 896dd364d530e558c53d810e5f1a9606d3d72e98 (diff) | |
download | python-coveragepy-git-48f592beb3f85fbe4319b2206f941c6b9a6d0e08.tar.gz |
Doc tweaks for 3.4b1
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 91a8bb70..9fbf159a 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -13,6 +13,7 @@ Major change history for coverage.py :history: 20100221T151900, changes for 3.3 :history: 20100306T181400, changes for 3.3.1 :history: 20100725T211700, updated for 3.4. +:history: 20100820T151500, updated for 3.4beta1. These are the major changes for coverage.py. For a more complete change @@ -21,8 +22,8 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt -Version 3.4 ------------ +Version 3.4 beta --- 21 August 2010 +----------------------------------- - BACKWARD INCOMPATIBILITY: the ``--omit`` and ``--include`` switches now take file patterns rather than file prefixes, closing `issue 34`_ and `issue 36`_. |