diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-04-28 18:13:10 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-04-28 18:13:10 -0400 |
commit | e2ce9a12acf12ea0560712126f6ff43e628bccff (patch) | |
tree | bc8d9f11ca5e834dfae3f431259f2379c048fa6c | |
parent | 7c1d0de9db3829f1813978df3a739ad2d9f4d7b9 (diff) | |
download | python-coveragepy-git-e2ce9a12acf12ea0560712126f6ff43e628bccff.tar.gz |
Paperwork
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c373b617..0f98565a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,9 @@ Change history for Coverage.py Version 3.5.2b1 --------------- +- The HTML report has slightly tweaked controls: the buttons at the top of + the page are color-coded to the source lines they affect. + - Custom CSS can be applied to the HTML report by specifying a CSS file as the extra_css configuration value in the [html] section. |