diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-01-11 20:15:52 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-01-11 20:15:52 -0500 |
commit | 5e4681e06e6cf2a89156436bfc4d3dc2ec66f75e (patch) | |
tree | a8ccda28f95b13a447bec781ff254814d0d2719a | |
parent | f15b16d171d41e91666504f4691c613877a35e7a (diff) | |
download | python-coveragepy-git-5e4681e06e6cf2a89156436bfc4d3dc2ec66f75e.tar.gz |
Note two additionscoverage-5.0.3
-rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 41e25aee..943f03ac 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -39,6 +39,10 @@ Version 5.0.3 --- 2020-01-12 thanks to Agbonze O. Jeremiah for reporting it, and Alexander Waters and George-Cristian Bîrzan for protracted debugging sessions. +- Added the "premain" debug option. + +- Added SQLite compile-time options to the "debug sys" output. + .. _issue 862: https://github.com/nedbat/coveragepy/issues/862 .. _issue 916: https://github.com/nedbat/coveragepy/issues/916 |