summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-09-01 21:34:20 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-09-01 21:34:20 -0400
commitdd98bb1ebb687e4ff22e255ee97ec8e8cca5e1f6 (patch)
tree4b25e042b0827aac5c68e62d413a5d6e8e1a5fdd /CHANGES.rst
parent4042ce713e373f19ca81948eefcfab83d8dd0bbc (diff)
downloadpython-coveragepy-git-dd98bb1ebb687e4ff22e255ee97ec8e8cca5e1f6.tar.gz
Reporting methods shouldn't permanently change the configuration
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 5d0ff126..ec79353f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -28,6 +28,10 @@ Unreleased
"numbits." The :mod:`coverage.numbits` module provides functions for working
with them.
+- The reporting methods used to permanently apply their arguments to the
+ configuration of the Coverage object. Now they no longer do. The arguments
+ affect the operation of the method, but do not persist.
+
- A class named "test_something" no longer confuses the ``test_function``
dynamic context setting. Fixes `issue 829`_.