summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2018-01-08 15:32:13 -0500
committerKurt <kurt.w.jung@gmail.com>2018-01-08 15:32:13 -0500
commitd65c2335e8ec3db6c87c9e23aa2ff329da57e182 (patch)
treec8a5b4c1031393270a97bab1c1d347fcb4bc2fd5 /doc.go
parent2b7dc4c2c0c37ed765386c79b37b829e49c1c912 (diff)
Acknowledge David Fish's generic alias replacement contribution; change test name so that example hang's off of RegisterAlias method in documentation
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc.go b/doc.go
index 4c63289..598e13c 100644
--- a/doc.go
+++ b/doc.go
@@ -230,8 +230,10 @@ basic HTML functionality with aligned text. Kent Quirk implemented
backwards-compatible support for reading DPI from images that support it, and
for setting DPI manually and then having it properly taken into account when
calculating image size. Paulo Coutinho provided support for static embedded
-fonts. Dan Meyers added support for embedded JavaScript. Bruno Michel has
-provided valuable assistance with the code.
+fonts. Dan Meyers added support for embedded JavaScript. David Fish added a
+generic alias-replacement function to enable, among other things, Table of
+Contents functionality. Bruno Michel has provided valuable assistance with the
+code.
Roadmap