diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-26 08:42:10 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-26 08:42:10 -0400 |
| commit | 5df3b4593d26ed659e285f633a9acd11759845c8 (patch) | |
| tree | 966945b7895a77278575c769e48028a32f13340f /CHANGES.txt | |
| parent | d8d0e4ed5856f526800110f4f516c09a709b083a (diff) | |
| download | python-coveragepy-5df3b4593d26ed659e285f633a9acd11759845c8.tar.gz | |
#205: provide more helpful docstrings for the legacy singleton methods.
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 8031206..57a7df2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,8 +12,12 @@ Version 3.5.4b1 - Running coverage under a debugger is unlikely to work, but it shouldn't fail with "TypeError: 'NoneType' object is not iterable". Fixes `issue 201`_. +- Docstrings for the legacy singleton methods are more helpful. Thanks Marius + Gedminas. Closes `issue 205`_. + .. _issue 193: https://bitbucket.org/ned/coveragepy/issue/193/unicodedecodeerror-on-htmlpy .. _issue 201: https://bitbucket.org/ned/coveragepy/issue/201/coverage-using-django-14-with-pydb-on +.. _issue 205: https://bitbucket.org/ned/coveragepy/issue/205/make-pydoc-coverage-more-friendly Version 3.5.3 --- 29 September 2012 |
