summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-23 18:40:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-23 18:40:45 -0500
commit2005bda637a8411b2d41ff50651a209eed5b1834 (patch)
tree34b98345b32205e2b4fe7655600be6bb03141754 /CHANGES.txt
parent0821638e294e092992a577c7da436d3f93bf5b16 (diff)
parent0ef0ce15c6261e0537337266e05e38b8ea5b610f (diff)
downloadpython-coveragepy-git-coverage-3.6b2.tar.gz
Automated merge with ssh://bitbucket.org/ned/coveragepycoverage-3.6b2
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index be5531a1..6ffc024a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,13 +2,13 @@
Change history for Coverage.py
------------------------------
-Version 3.6b2
--------------
+Version 3.6b2 -- 23 December 2012
+---------------------------------
-- Coverage.py runs on Python 2.3 and 2.4 again.
+- Coverage.py runs on Python 2.3 and 2.4 again. It was broken in 3.6b1.
- The C extension is optionally compiled using a different more widely-used
- technique, taking another stab at fixing ``issue 80``_ once and for all.
+ technique, taking another stab at fixing `issue 80`_ once and for all.
- Combining data files would create entries for phantom files if used with
``source`` and path aliases. It no longer does.