diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-15 17:53:24 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-15 17:53:24 -0500 |
| commit | 7bdce80a45920e3888ac0366fdbfb54c6604eba6 (patch) | |
| tree | 7fe9a9a28931e25d0cc93ea5b27c80ec07951724 /CHANGES.txt | |
| parent | 47da566616f14caad010da58f4899a58ebc0b4ae (diff) | |
| download | python-coveragepy-git-7bdce80a45920e3888ac0366fdbfb54c6604eba6.tar.gz | |
Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 55f4f0af..d630b76b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,10 +5,11 @@ Change history for Coverage.py Version 3.2b2
-------------
-- Fixed some problems syntax coloring sources with line continuations:
- `issue 30`_.
+- Fixed some problems syntax coloring sources with line continuations and
+ source with tabs: `issue 30`_ and `issue 31`_.
.. _issue 30: http://bitbucket.org/ned/coveragepy/issue/30
+.. _issue 31: http://bitbucket.org/ned/coveragepy/issue/31
Version 3.2b1, 10 November 2009
|
