summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-03-14 10:00:57 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-03-14 10:00:57 -0400
commite9a784432bdce36dd23f82f7e3d4adc7c585f608 (patch)
tree628c763beb31b110668bf051915ee7a045151fd0 /CHANGES.txt
parent4b14958d0171441662fe901c630515dad76691d9 (diff)
downloadpython-coveragepy-e9a784432bdce36dd23f82f7e3d4adc7c585f608.tar.gz
Added a link back to the index page at the bottom of HTML source pages. Closes issue #38.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8e63d85..544ba9c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,7 +12,8 @@ Next version
suggested, this seemed blindingly obvious.
- Line numbers in HTML source pages are clickable, linking directly to that
- line, which is highlighted on arrival.
+ line, which is highlighted on arrival. Added a link back to the index page
+ at the bottom of each HTML page.
- Source files with DOS line endings are now properly tokenized for syntax
coloring on non-DOS machines. Fixes `issue 53`_.