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
commit13ce8c103251012c99bdd5abc616bbd12d3adc2c (patch)
tree9fec2c37dc3f42c3babfde0f693a1290439d4f05 /CHANGES.rst
parent0b59a27f6c7cd8984c7a99fb06a07a6cc4e9b1e0 (diff)
downloadpython-coveragepy-13ce8c103251012c99bdd5abc616bbd12d3adc2c.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 b5f98a8..453f82c 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