summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-28 05:23:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-28 05:23:24 -0400
commit5ffa5e5f76ca2ddddb4a31e38a1cc5b800e206d6 (patch)
treea4aec3a874ee7a316088fcf022837f8634b09257 /CHANGES.txt
parent6ff836f35e09dc8a107248b096cc133a423a4c11 (diff)
downloadpython-coveragepy-git-5ffa5e5f76ca2ddddb4a31e38a1cc5b800e206d6.tar.gz
Fix brokenness in combining with an rcfile. #385
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1211e8e3..aefbb5cd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -47,10 +47,14 @@ Latest
- The project is consistently referred to as "coverage.py" throughout the code
and the documentation, closing `issue 275`_.
+- Combining data files with an explicit configuration file was broken in 4.0a6,
+ but now works again, closing `issue 385`_.
+
.. _issue 236: https://bitbucket.org/ned/coveragepy/issues/236/pickles-are-bad-and-you-should-feel-bad
.. _issue 275: https://bitbucket.org/ned/coveragepy/issues/275/refer-consistently-to-project-as-coverage
.. _issue 313: https://bitbucket.org/ned/coveragepy/issues/313/add-license-file-containing-2-3-or-4
.. _issue 380: https://bitbucket.org/ned/coveragepy/issues/380/code-executed-by-exec-excluded-from
+.. _issue 385: https://bitbucket.org/ned/coveragepy/issues/385/coverage-combine-doesnt-work-with-rcfile
.. _issue 386: https://bitbucket.org/ned/coveragepy/issues/386/error-on-unrecognised-configuration
.. 41 issues closed in 4.0 below here