summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-09-15 07:41:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-09-15 07:41:42 -0400
commitd8c5066deb9f1b8937103c364e48e7e1b3bcb02c (patch)
treeea9577e6c483b7941606c6a0b2a3b5199818de41 /CHANGES.rst
parent04aac1294977121c0444021bc3ea0e080faf0921 (diff)
downloadpython-coveragepy-git-d8c5066deb9f1b8937103c364e48e7e1b3bcb02c.tar.gz
Python tracer supports dynamic contexts. #846
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ec79353f..a97f2f27 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,6 +24,9 @@ Unreleased
in `issue 720`_. The new ``coverage json`` command writes raw and summarized
data to a JSON file. Thanks, Matt Bachmann.
+- Dynamic contexts are now supported in the Python tracer, which is important
+ for PyPy users. Closes `issue 846`_.
+
- The compact line number representation introduced in 5.0a6 is called a
"numbits." The :mod:`coverage.numbits` module provides functions for working
with them.
@@ -46,6 +49,7 @@ Unreleased
.. _issue 822: https://github.com/nedbat/coveragepy/issues/822
.. _issue 834: https://github.com/nedbat/coveragepy/issues/834
.. _issue 829: https://github.com/nedbat/coveragepy/issues/829
+.. _issue 846: https://github.com/nedbat/coveragepy/issues/846
.. _changes_50a6: