summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-01 07:21:55 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-01 07:21:55 -0500
commit2951e6718f83d65699489156337d554d16968c97 (patch)
tree8d139287c2115f37a9d5303d4cea9fc0881f5efc /CHANGES.txt
parentbf51592f2e1891aaa94a0326f643de3527b1e4e6 (diff)
downloadpython-coveragepy-2951e6718f83d65699489156337d554d16968c97.tar.gz
Changes for 3.2b4coverage-3.2b4
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8f5e895..722cb77 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
-------------------------------