summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt8
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
-------------------------------