Commit 96520d2583e014c1ecc6cede83610070a1a5608a
1 parent
fe36ef14
Add ChangeLog and release notes for previous fix (fixes #923)
Showing
3 changed files
with
20 additions
and
0 deletions
ChangeLog
TODO
| ... | ... | @@ -263,6 +263,14 @@ Always: |
| 263 | 263 | |
| 264 | 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 | 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 | 8 | |
| 9 | 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 | 17 | 11.3.0: February 25, 2023 |
| 12 | 18 | - CLI Enhancements |
| 13 | 19 | ... | ... |