summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-10-26 08:42:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-10-26 08:42:10 -0400
commitdd9064a26b08508b2d8032c28586e25692b63787 (patch)
tree23b67dc8b98e71518aae480515e1a8286d135afc /CHANGES.txt
parent5978e75a04120b75a9b800629d732ab6b2d44cff (diff)
downloadpython-coveragepy-git-dd9064a26b08508b2d8032c28586e25692b63787.tar.gz
#205: provide more helpful docstrings for the legacy singleton methods.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 80312068..57a7df29 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