summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-11-04 05:19:30 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-11-04 05:19:30 -0500
commit0caec9c7545677e3a515528c621c39a5da82e540 (patch)
tree6cb3ed13fe63d7701e99ce55afae8169cae648e2 /doc/changes.rst
parent98841107f8d7c6de52d49b26ba586213dd321f95 (diff)
downloadpython-coveragepy-0caec9c7545677e3a515528c621c39a5da82e540.tar.gz
Update files for 4.0.2
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 5731d3c..895a5f3 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -44,6 +44,28 @@ history, see the `CHANGES.rst`_ file in the source tree.
.. module:: coverage
+
+.. _changes_402:
+
+Version 4.0.2 --- 4 November 2015
+---------------------------------
+
+- More work on supporting unusually encoded source. Fixed `issue 431`_.
+
+- Files or directories with non-ASCII characters are now handled properly,
+ fixing `issue 432`_.
+
+- Setting a trace function with sys.settrace was broken by a change in 4.0.1,
+ as reported in `issue 436`_. This is now fixed.
+
+- Officially support PyPy 4.0, which required no changes, just updates to the
+ docs.
+
+.. _issue 431: https://bitbucket.org/ned/coveragepy/issues/431/couldnt-parse-python-file-with-cp1252
+.. _issue 432: https://bitbucket.org/ned/coveragepy/issues/432/path-with-unicode-characters-various
+.. _issue 436: https://bitbucket.org/ned/coveragepy/issues/436/disabled-coverage-ctracer-may-rise-from
+
+
.. _changes_401:
Version 4.0.1 --- 13 October 2015