From daef4e8fb856e84e2a9151cd7715a941a0ae9c6c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 19 Jun 2022 08:20:43 -0400 Subject: Add more flexible funtions to qpdfjob C API --- manual/release-notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'manual/release-notes.rst') diff --git a/manual/release-notes.rst b/manual/release-notes.rst index 780f541f..f7d673e7 100644 --- a/manual/release-notes.rst +++ b/manual/release-notes.rst @@ -188,6 +188,13 @@ For a detailed list of changes, please see the file writing large amounts of data without having to keep everything in memory. + - Add new functions to the C API for qpdfjob that use a + ``qpdfjob_handle``. Like with the regular C API for qpdf, you + have to call ``qpdfjob_init`` first, pass the handle to the + functions, and call ``qpdfjob_cleanup`` at the end. This + interface offers more flexibility than the old interface, which + remains available. + - Other changes - In JSON v1 mode, the ``"objects"`` key now reflects the repaired -- cgit v1.2.3-54-g00ecf