summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-17 16:06:16 +0000
committerNed Batchelder <ned@nedbatchelder.com>2016-11-17 16:06:16 +0000
commit3243add2eee93ee3c23afa1f04bc15d72dab479e (patch)
tree6958a4437e5ed808a6a31f3c9457f91a4115cb33 /CHANGES.rst
parent724dba8e31ca636a120a71c3cc74449ef470a5e1 (diff)
downloadpython-coveragepy-3243add2eee93ee3c23afa1f04bc15d72dab479e.tar.gz
Don't collapse in an ascii-only file-world. #533
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 865d105..1ff0dbb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -43,6 +43,8 @@ Unreleased
- Fixed an unusual bug involving multiple coding declarations affecting code
containing code in multi-line strings: `issue 529`_.
+- Deal properly with non-ASCII file names in an ASCII-only world, `issue 533`_.
+
- Prevented deprecation warnings from configparser that happened in some
circumstances, closing `issue 530`_.
@@ -59,6 +61,7 @@ Unreleased
.. _issue 525: https://bitbucket.org/ned/coveragepy/issues/525/coverage-combine-when-not-in-parallel-mode
.. _issue 529: https://bitbucket.org/ned/coveragepy/issues/529/encoding-marker-may-only-appear-on-the
.. _issue 530: https://bitbucket.org/ned/coveragepy/issues/530/deprecationwarning-you-passed-a-bytestring
+.. _issue 533: https://bitbucket.org/ned/coveragepy/issues/533/exception-on-unencodable-file-name
Version 4.2 --- 2016-07-26