summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2018-11-10 12:07:08 -0500
committerKurt <kurt.w.jung@gmail.com>2018-11-10 12:07:08 -0500
commit13c78403a35a19e3943791af9435411c401ab446 (patch)
tree0ce3865cbd2051a4a6d74e4273ccc3eb2dd7cd24 /doc.go
parente200d3e7c7ef20b29a47b67e58b7561f4099e7ae (diff)
parent193187d077554b92944a4757e202d1300e1ed1fb (diff)
Merge branch 'd1ngd0-ftr/gob'
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index 02733ba..534b1d7 100644
--- a/doc.go
+++ b/doc.go
@@ -235,7 +235,10 @@ account when calculating image size. Paulo Coutinho provided support for static
embedded 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. Andy Bakun identified and corrected a problem in
-which the internal catalogs were not sorted stably.
+which the internal catalogs were not sorted stably. d1ngd0 added encoding and
+decoding functionality for templates, including images that are embedded in
+templates; this allows templates to be stored independently of gofpdf.
+
Roadmap