summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-23 11:00:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-23 11:00:53 -0400
commitc4b8bbcc019167cc72bf03aa6842630e27d54b97 (patch)
treee866be6e9fbf4af8ec95e5ea20ca899dd7392910 /CHANGES.txt
parent7dd6a0658ded9014d5f400afe0b3e7d502c24ea9 (diff)
downloadpython-coveragepy-c4b8bbcc019167cc72bf03aa6842630e27d54b97.tar.gz
Syntax coloring in the HTML reports.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f59e4e7..0d8186c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,8 @@ Version 3.1, unreleased
for DecoratorTools (including TurboGears) projects. Fixed `issue 12` and
`issue 13`.
+- HTML reports now include syntax-colored Python source.
+
- Programs that change directory will still write .coverage files in the
directory where execution started. Fixed `issue 24`_.