diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-23 11:00:53 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-23 11:00:53 -0400 |
| commit | c4b8bbcc019167cc72bf03aa6842630e27d54b97 (patch) | |
| tree | e866be6e9fbf4af8ec95e5ea20ca899dd7392910 /CHANGES.txt | |
| parent | 7dd6a0658ded9014d5f400afe0b3e7d502c24ea9 (diff) | |
| download | python-coveragepy-c4b8bbcc019167cc72bf03aa6842630e27d54b97.tar.gz | |
Syntax coloring in the HTML reports.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 2 |
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`_.
|
