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 | e0789cec138724d1468daa2a72a840bb0116ec83 (patch) | |
tree | 36a4e22f844071fa252ab4fe634afd4ccf5423d0 | |
parent | 46b5e87fd5c4a481deab13c09cc1474df681c32b (diff) | |
download | python-coveragepy-e0789cec138724d1468daa2a72a840bb0116ec83.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 c373b61..0f98565 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. |