Add ChangeLog and release notes for previous fix (fixes #923)

This commit is contained in:
Jay Berkenbilt 2023-03-18 15:38:31 -04:00
parent fe36ef141c
commit 96520d2583
3 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2023-03-18 Jay Berkenbilt <ejb@ql.org>
* Enhance --optimize-images to support images nested inside of
form XObjects. Thanks to Connor Osborne (github user cdosborn) for
the contribution. Fixes #923.
2023-02-25 Jay Berkenbilt <ejb@ql.org>
* 11.3.0: release

8
TODO
View File

@ -263,6 +263,14 @@ Always:
For qpdf 12, see https://github.com/qpdf/qpdf/discussions/785
C++ Version Changes
===================
Use
// C++NN: ...
to mark places in the code that should be updated when we require at
least that version of C++.
Page splitting/merging
======================

View File

@ -8,6 +8,12 @@ For a detailed list of changes, please see the file
.. x.y.z: not yet released
11.4.0: not yet released
- CLI Enhancements
- The :qpdf:ref:`--optimize-images` option now optimizes images
inside of form XObjects.
11.3.0: February 25, 2023
- CLI Enhancements