summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-14 14:07:23 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-14 14:07:23 +0200
commit1c944e4c89cf09d86f4e3f79ff57d937dab9b60f (patch)
treecee2396523e428bf0dcb3e2f3ed2b252d7530081 /ChangeLog
parent11b194a1d0b02e5964359510ab4e914c16c0c50c (diff)
downloadqpdf-1c944e4c89cf09d86f4e3f79ff57d937dab9b60f.tar.zst
Have QPDFWriter detect foreign objects while writing
Throw an exception that directs the user to QPDF::copyForeignObject.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29428ed3..5b150c27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-14 Jay Berkenbilt <ejb@ql.org>
+
+ * QPDFWriter: detect if the user has inserted an indirect object
+ from another QPDF object and throw an exception directing the user
+ to copyForeignObject.
+
2012-07-11 Jay Berkenbilt <ejb@ql.org>
* Added new APIs to copy objects from one QPDF to another. This