summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bc6670f..bb9c8003 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2021-02-21 Jay Berkenbilt <ejb@ql.org>
+ * From qpdf CLI, --overlay and --underlay will copy annotations
+ and form fields from overlay/underlay file. Fixes #395.
+
+ * Add QPDFPageObjectHelper::copyAnnotations, which copies
+ annotations and, if applicable, associated form fields, from one
+ page to another, possibly transforming the rectangles.
+
* Bug fix: --flatten-rotation now applies the required
transformation to annotations on the page.