summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-16 22:16:09 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-16 22:16:09 -0500
commit120fcf1560e9b735dbf72ed173c717eef1fff514 (patch)
tree87fd8b195c8216da26d3ab934c29de7f0b651921 /CHANGES.txt
parent7bdce80a45920e3888ac0366fdbfb54c6604eba6 (diff)
downloadpython-coveragepy-git-120fcf1560e9b735dbf72ed173c717eef1fff514.tar.gz
Classes shouldn't be marked as branches. Fixes #32.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d630b76b..8f934252 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,9 +7,12 @@ Version 3.2b2
- Fixed some problems syntax coloring sources with line continuations and
source with tabs: `issue 30`_ and `issue 31`_.
-
+
+- Classes are no longer incorrectly marked as branches: `issue 32`_.
+
.. _issue 30: http://bitbucket.org/ned/coveragepy/issue/30
.. _issue 31: http://bitbucket.org/ned/coveragepy/issue/31
+.. _issue 32: http://bitbucket.org/ned/coveragepy/issue/32
Version 3.2b1, 10 November 2009