mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Add release notes and ChangeLog for previous PR
This commit is contained in:
parent
a85635b839
commit
3f2b61ae00
@ -1,3 +1,11 @@
|
||||
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
|
||||
before it is written. This adds methods QPDFJob::createQPDF and
|
||||
QPDFJob::writeQPDF and corresponding C API functions
|
||||
qpdfjob_create_qpdf and qpdfjob_write_qpdf. Thanks to M. Holger
|
||||
for the contrbution.
|
||||
|
||||
2023-03-18 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* Enhance --optimize-images to support images nested inside of
|
||||
|
@ -14,6 +14,15 @@ For a detailed list of changes, please see the file
|
||||
- The :qpdf:ref:`--optimize-images` option now optimizes images
|
||||
inside of form XObjects.
|
||||
|
||||
- Library Enhancements
|
||||
|
||||
- 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 before it is written. This adds methods
|
||||
``QPDFJob::createQPDF`` and ``QPDFJob::writeQPDF`` and
|
||||
corresponding C API functions ``qpdfjob_create_qpdf`` and
|
||||
``qpdfjob_write_qpdf``.
|
||||
|
||||
11.3.0: February 25, 2023
|
||||
- CLI Enhancements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user