Commit 96520d2583e014c1ecc6cede83610070a1a5608a

Authored by Jay Berkenbilt
1 parent fe36ef14

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

ChangeLog
  1 +2023-03-18 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * Enhance --optimize-images to support images nested inside of
  4 + form XObjects. Thanks to Connor Osborne (github user cdosborn) for
  5 + the contribution. Fixes #923.
  6 +
1 2023-02-25 Jay Berkenbilt <ejb@ql.org> 7 2023-02-25 Jay Berkenbilt <ejb@ql.org>
2 8
3 * 11.3.0: release 9 * 11.3.0: release
@@ -263,6 +263,14 @@ Always: @@ -263,6 +263,14 @@ Always:
263 263
264 For qpdf 12, see https://github.com/qpdf/qpdf/discussions/785 264 For qpdf 12, see https://github.com/qpdf/qpdf/discussions/785
265 265
  266 +C++ Version Changes
  267 +===================
  268 +
  269 +Use
  270 +// C++NN: ...
  271 +to mark places in the code that should be updated when we require at
  272 +least that version of C++.
  273 +
266 Page splitting/merging 274 Page splitting/merging
267 ====================== 275 ======================
268 276
manual/release-notes.rst
@@ -8,6 +8,12 @@ For a detailed list of changes, please see the file @@ -8,6 +8,12 @@ For a detailed list of changes, please see the file
8 8
9 .. x.y.z: not yet released 9 .. x.y.z: not yet released
10 10
  11 +11.4.0: not yet released
  12 + - CLI Enhancements
  13 +
  14 + - The :qpdf:ref:`--optimize-images` option now optimizes images
  15 + inside of form XObjects.
  16 +
11 11.3.0: February 25, 2023 17 11.3.0: February 25, 2023
12 - CLI Enhancements 18 - CLI Enhancements
13 19