diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-01 07:21:55 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-01 07:21:55 -0500 |
commit | e7e0f14edad81af65b38320655f09dfc9bbb467c (patch) | |
tree | 99886d977b7636ef8f8849cf7c1681755fba8ee0 | |
parent | 22fcb2114f564549653ebd674e02ad42c3943d23 (diff) | |
download | python-coveragepy-git-e7e0f14edad81af65b38320655f09dfc9bbb467c.tar.gz |
Changes for 3.2b4coverage-3.2b4
-rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8f5e895a..722cb774 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ Change history for Coverage.py
------------------------------
-Version 3.2b4
--------------
+Version 3.2b4, 1 December 2009
+------------------------------
- Branch coverage improvements:
@@ -13,6 +13,10 @@ Version 3.2b4 a report will sort it first the way you last had a coverage report sorted.
Thanks, `Chris Adams`_.
+- On Python 3.x, setuptools has been replaced by `Distribute`_.
+
+.. _Distribute: http://packages.python.org/distribute/
+
Version 3.2b3, 23 November 2009
-------------------------------
|