summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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