summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Barnes <phpdave11@gmail.com>2019-05-15 10:45:22 -0500
committerDave Barnes <phpdave11@gmail.com>2019-05-15 10:45:22 -0500
commit0fb5126fefeb1a7be7ed1c4dac02539af931a237 (patch)
tree9dc1ccf5ee62e07661689720ad17773a1577d240 /README.md
parent8f080922446313698730071fd92ca15900e6a941 (diff)
Add support for imported objects and templates to version 1 of gofpdf.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d5d14e..fdd8980 100644
--- a/README.md
+++ b/README.md
@@ -246,7 +246,8 @@ encoding and decoding functionality for templates, including images that
are embedded in templates; this allows templates to be stored
independently of gofpdf. Paul also added support for page boxes used in
printing PDF documents. Wojciech Matusiak added supported for word
-spacing. Artem Korotkiy added support of UTF-8 fonts.
+spacing. Artem Korotkiy added support of UTF-8 fonts. Dave Barnes added
+support for imported objects and templates.
## Roadmap