diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-05-04 21:20:41 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-05-04 21:20:41 -0400 |
commit | 64298fc5d44c960d21a9f3e97aa78ad129f64eba (patch) | |
tree | ee6fd75caf678e2cec1f86cadd5895c605e2e7d1 | |
parent | 403e51068a123733740a094e40cdd31ceb5e7c61 (diff) | |
download | python-coveragepy-git-64298fc5d44c960d21a9f3e97aa78ad129f64eba.tar.gz |
A previous fix was misattributed to issue #526.
-rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index fd2d7b8c..0cf9bff7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,8 +11,8 @@ Unreleased ---------- - Reports could produce the wrong file names for packages, reporting ``pkg.py`` - instead of the correct ``pkg/__init__.py``. This is now fixed, closing - `issue 526`_. Thanks, Dirk Thomas. + instead of the correct ``pkg/__init__.py``. This is now fixed. Thanks, Dirk + Thomas. - Namespace packages are no longer warned as having no code, as described in `issue 572`_. @@ -28,7 +28,6 @@ Unreleased - Running ``coverage xml`` in a directory named with non-ASCII characters would fail under Python 2, as reported in `issue 573`_. This is now fixed. -.. _issue 526: https://bitbucket.org/ned/coveragepy/issues/526/generated-xml-invalid-paths-for-cobertura .. _issue 572: https://bitbucket.org/ned/coveragepy/issues/572/no-python-source-warning-for-namespace .. _issue 573: https://bitbucket.org/ned/coveragepy/issues/573/cant-generate-xml-report-if-some-source .. _issue 575: https://bitbucket.org/ned/coveragepy/issues/575/running-doctest-prevents-complete-coverage |