From 16fd6e64f947e17144e05325e51d792df33eaa61 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 4 Jan 2019 12:32:02 -0500 Subject: Add QPDFWriter::getFinalVersion (fixes #266) --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7814dadb..3d889d78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2019-01-04 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf