Skip to content

Commit c540967

Browse files
committed
docs: Update release notes
1 parent 195344d commit c540967

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/release_notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ official when it's tagged and posted to PyPI.
3131
truncates JPEG data by 1-15 bytes, OCRmyPDF now restores the original image
3232
bytes from the input PDF. A warning is issued when GS 10.6+ is detected.
3333
{issue}`1603`
34-
- Reverted the force re-optimization of JPEGs, since this stop-gap was not sufficient to resolve the issue. {issue}`1585`
34+
- We continue to force re-optimization of JPEGs, since this catches some issues with corruption for situations where Ghostscript modifies an image. It is likely there are still cases where we cannot mitigate all corruption issues. {issue}`1585`
3535
- Fixed handling of PDF page boxes (ArtBox, BleedBox) which were not being
3636
processed correctly in some cases.
3737
- Documentation: clarified podman usage instructions.
3838

3939
## v16.12.0
4040

41-
- Disable Ghostscript's subset fonts feature, which was found to corrupt text in
42-
certain PDFs. Thanks @mnaegler for identifying this issue. {issue}`1592`
41+
- Disable Ghostscript's subset fonts feature, which was found to corrupt text in certain
42+
PDFs. Thanks @mnaegler for identifying this issue. {issue}`1592`
4343
- Users of Ghostscript 10.6.0+ reported that Ghostscript seems to generate corrupted
4444
JPEGs. We force re-optimization of these JPEGs to mitigate the corruption until
4545
Ghostscript fixes the issue. {issue}`1585`

0 commit comments

Comments
 (0)