summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-04 18:32:02 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-04 18:37:22 +0100
commit16fd6e64f947e17144e05325e51d792df33eaa61 (patch)
treeca397d4fcdbc15fc6b9414c6a8db0c0343aba3e2 /ChangeLog
parent837dcf8fc2546a80f205a0c4c53e5a1545c53a84 (diff)
downloadqpdf-16fd6e64f947e17144e05325e51d792df33eaa61.tar.zst
Add QPDFWriter::getFinalVersion (fixes #266)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7814dadb..3d889d78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2019-01-04 Jay Berkenbilt <ejb@ql.org>
+ * Add new method QPDFWriter::getFinalVersion, which returns the
+ PDF version that will ultimately be written to the final file. See
+ comments in QPDFWriter.hh for some restrictions on its use. Fixes
+ #266.
+
* When unexpected errors are found while checking linearization
data, print an error message instead of calling assert, which
cause the program to crash. Fixes #209, #231.