diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-16 22:16:09 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-16 22:16:09 -0500 |
| commit | 120fcf1560e9b735dbf72ed173c717eef1fff514 (patch) | |
| tree | 87fd8b195c8216da26d3ab934c29de7f0b651921 /CHANGES.txt | |
| parent | 7bdce80a45920e3888ac0366fdbfb54c6604eba6 (diff) | |
| download | python-coveragepy-git-120fcf1560e9b735dbf72ed173c717eef1fff514.tar.gz | |
Classes shouldn't be marked as branches. Fixes #32.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
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
|
