Commit 3cfd6546f36896d27a3756c253af5dcb2e0f6485

Authored by Jay Berkenbilt
1 parent 1c14a9e6

Add ChangeLog and release notes for last change

ChangeLog
  1 +2023-05-20 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * From M. Holger: add QPDF::newReserved as a better alternative to
  4 + QPDFObjectHandle::newReserved. The operation of creating a new
  5 + reserved object fits better in the QPDF API. The old call just
  6 + delegates to the new one.
  7 +
1 2023-04-02 Jay Berkenbilt <ejb@ql.org> 8 2023-04-02 Jay Berkenbilt <ejb@ql.org>
2 * Allow QPDFJob's workflow to be split into a reading phase and a 9 * Allow QPDFJob's workflow to be split into a reading phase and a
3 writing phase to allow the caller to operate on the QPDF object 10 writing phase to allow the caller to operate on the QPDF object
manual/release-notes.rst
@@ -23,6 +23,9 @@ For a detailed list of changes, please see the file @@ -23,6 +23,9 @@ For a detailed list of changes, please see the file
23 corresponding C API functions ``qpdfjob_create_qpdf`` and 23 corresponding C API functions ``qpdfjob_create_qpdf`` and
24 ``qpdfjob_write_qpdf``. 24 ``qpdfjob_write_qpdf``.
25 25
  26 + - Add ``QPDF::newReserved`` as a better alternative to
  27 + ``QPDFObjectHandle::newReserved``.
  28 +
26 11.3.0: February 25, 2023 29 11.3.0: February 25, 2023
27 - CLI Enhancements 30 - CLI Enhancements
28 31