summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-10-24 07:02:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-10-24 07:02:09 -0400
commit0884bfddabbe7c1b7f9a97c15e20c1d08b3ec05c (patch)
tree21668d48a01fc951fb1df5b64a7e8c599831a1ab /CHANGES.rst
parentf8927cf4964e19ae0e8d7cabdeeef17b4c374443 (diff)
downloadpython-coveragepy-0884bfddabbe7c1b7f9a97c15e20c1d08b3ec05c.tar.gz
Clean up and credit for #265 and #101
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 453f82c..58146ad 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,9 +12,13 @@ Unreleased
longer counted in statement totals, which could slightly change your total
results.
+- Specifying both ``--source`` and ``--include`` no longer silently ignores the
+ include setting, instead it displays a warning. Thanks, Loïc Dachary. Closes
+ `issue 265`_ and `issue 101`_.
+
- Fixed a race condition when saving data and multiple threads are tracing
(`issue 581`_). It could produce a "dictionary changed size during iteration"
- RuntimeError. I believe this fix mostly but not entirely fixes the race
+ RuntimeError. I believe this mostly but not entirely fixes the race
condition. A true fix would likely be too expensive. Thanks, Peter Baughman
for the debugging, and Olivier Grisel for the fix with tests.
@@ -28,6 +32,7 @@ Unreleased
- Be more flexible about the command name displayed by help, fixing
`issue 600`_. Thanks, Ben Finney.
+.. _issue 101: https://bitbucket.org/ned/coveragepy/issues/101/settings-under-report-affect-running
.. _issue 581: https://bitbucket.org/ned/coveragepy/issues/581/race-condition-when-saving-data-under
.. _issue 588: https://bitbucket.org/ned/coveragepy/issues/588/using-rcfile-path-to-toxini-uses-run
.. _issue 589: https://bitbucket.org/ned/coveragepy/issues/589/allow-expansion-in-coveragerc