From b1bfcd4c3a1486996dcfc79c40dfa661ee15cebb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 22 Oct 2016 09:55:58 -0400 Subject: Change log is up-to-date with changes --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 502b603..431fa19 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,6 +18,9 @@ Unreleased data, leaving you with an empty .coverage data file. Fixes issues `issue 525`_, `issue 412`_, `issue 516`_, and probably `issue 511`_. +- The ``Coverage.combine`` method has a new parameter, ``strict=False``, to + support failing if there are no data files to combine. + - When forking subprocesses, the coverage data files would have the same random number appended to the file name. This didn't cause problems, because the file names had the process id also, making collisions (nearly) impossible. -- cgit v1.2.1