diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-19 20:20:57 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-19 20:20:57 -0500 |
| commit | 52203843051815c0aa0526db90f1eba4936fa409 (patch) | |
| tree | 5cb62ca867b45a8567b5d095356ed0b6329dd457 /CHANGES.txt | |
| parent | 75a152d9fd04fc95bef234cd5bf46c0d193c1922 (diff) | |
| download | python-coveragepy-git-52203843051815c0aa0526db90f1eba4936fa409.tar.gz | |
The --omit option was checking name instead of filename. This is much better! Fixes #33. Thanks, Danek Duvall
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1ef464e0..65fe8e83 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,9 +13,13 @@ Version 3.2b2 - "except" clauses with types are no longer incorrectly marked as branches:
`issue 35`_.
+- The --omit option now works much better than before, fixing `issue 33`_.
+ Thanks, Danek Duvall.
+
.. _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
+.. _issue 33: http://bitbucket.org/ned/coveragepy/issue/33
.. _issue 35: http://bitbucket.org/ned/coveragepy/issue/35
|
