summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-10-21 19:58:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-10-21 19:58:37 -0400
commit2edf869e762f5e4d74d673ba180e142bef7a0d36 (patch)
tree738fb26e6e2053e545d1b2ebd9ce9da3b98c00f9 /CHANGES.rst
parent55f3e77ec6e7ef07fceb02140c4515165b8a9a29 (diff)
downloadpython-coveragepy-git-2edf869e762f5e4d74d673ba180e142bef7a0d36.tar.gz
Explicitly specified secondary config files are properly read. #588
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b5f98a88..453f82c8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -21,10 +21,15 @@ Unreleased
- Configuration values which are file paths will now apply tilde-expansion,
closing `issue 589`_.
+- Now secondary config files like tox.ini and setup.cfg can be specified
+ explicitly, and prefixed sections like `[coverage:run]` will be read. Fixes
+ `issue 588`_.
+
- Be more flexible about the command name displayed by help, fixing
`issue 600`_. Thanks, Ben Finney.
.. _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
.. _issue 600: https://bitbucket.org/ned/coveragepy/issues/600/get-program-name-from-command-line-when