diff options
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f2e2f1bc..81e02732 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -27,6 +27,9 @@ Unreleased file10.py will appear after file9.py. This applies to file names, module names, environment variables, and test contexts. +- Branch coverage measurement is faster, though you might only notice on + code that is executed many times, such as long-running loops. + .. _changes_602: |