mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Add ChangeLog and release notes for last change
This commit is contained in:
parent
1c14a9e6c4
commit
3cfd6546f3
@ -1,3 +1,10 @@
|
||||
2023-05-20 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* From M. Holger: add QPDF::newReserved as a better alternative to
|
||||
QPDFObjectHandle::newReserved. The operation of creating a new
|
||||
reserved object fits better in the QPDF API. The old call just
|
||||
delegates to the new one.
|
||||
|
||||
2023-04-02 Jay Berkenbilt <ejb@ql.org>
|
||||
* Allow QPDFJob's workflow to be split into a reading phase and a
|
||||
writing phase to allow the caller to operate on the QPDF object
|
||||
|
@ -23,6 +23,9 @@ For a detailed list of changes, please see the file
|
||||
corresponding C API functions ``qpdfjob_create_qpdf`` and
|
||||
``qpdfjob_write_qpdf``.
|
||||
|
||||
- Add ``QPDF::newReserved`` as a better alternative to
|
||||
``QPDFObjectHandle::newReserved``.
|
||||
|
||||
11.3.0: February 25, 2023
|
||||
- CLI Enhancements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user