summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2017-06-10 09:38:25 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2017-06-10 09:38:25 -0400
commit1479a09a479583e62b9ed4b6d1636e58fff91e13 (patch)
tree1b9af5d2d518401e50393fb978053a1164ab636e
parent78cae719840c4fd9cdd4a1247842c06dde6db36e (diff)
Thanks, Dan Meyers, for embedded JavaScript support
-rw-r--r--README.md3
-rw-r--r--doc.go3
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07e47c2..d74aa70 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,8 @@ 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. Bruno Michel has provided valuable assistance with the code.
+fonts. Dan Meyers added support for embedded JavaScript. Bruno Michel has
+provided valuable assistance with the code.
## Roadmap
diff --git a/doc.go b/doc.go
index ac079ff..00bbf21 100644
--- a/doc.go
+++ b/doc.go
@@ -228,7 +228,8 @@ 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. Bruno Michel has provided valuable assistance with the code.
+fonts. Dan Meyers added support for embedded JavaScript. Bruno Michel has
+provided valuable assistance with the code.
Roadmap