summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-04-08 18:50:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-04-09 08:01:19 -0400
commit10018dd90852d78cd2d04c4fb5874028d6ec2c51 (patch)
tree8cfd69e091f592f255837ee1cfd1d1b3b8eb9b15 /CHANGES.rst
parentcd15bc3e8dbed5b027497185b7bb7f30f2c49ea8 (diff)
downloadpython-coveragepy-git-10018dd90852d78cd2d04c4fb5874028d6ec2c51.tar.gz
A little clean-up from pr #760
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 724a4545..547e346c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -23,12 +23,16 @@ Unreleased
that missing branches are reported near the other lines they affect. The
values used to show all missing lines, and then all missing branches.
+- Access to the SQLite database used for data storage is now thread-safe.
+ Thanks, Stephan Richter. This closes `issue 702`_.
+
- Combining data stored in SQLite now goes about twice as fast, fixing `issue
761`_. Thanks, Stephan Richter.
- Line numbers in the HTML report now align properly with source lines, even
when Chrome's minimum font size is set, fixing `issue 748`_. Thanks Wen Ye.
+.. _issue 702: https://github.com/nedbat/coveragepy/issues/702
.. _issue 746: https://github.com/nedbat/coveragepy/issues/746
.. _issue 748: https://github.com/nedbat/coveragepy/issues/748
.. _issue 761: https://github.com/nedbat/coveragepy/issues/761