From 60a75c8a47a42c8eafdf17f8ca4d34497da76582 Mon Sep 17 00:00:00 2001 From: DRC Date: Mon, 23 Sep 2024 15:30:45 -0400 Subject: [PATCH] ChangeLog: Document accidental fix from 9983840e Closes #789 --- ChangeLog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index a69d6d48..4fdb3704 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -62,7 +62,11 @@ cropping regions to be unduly rejected when performing 90-degree rotation, 270-degree rotation, transposition, transverse transposition, or grayscale conversion. -8. Fixed an issue whereby the TurboJPEG lossless transformation function and +8. Fixed a regression, introduced by 3.0 beta2[4], that prevented the +`tjTransform()` backward compatibility function from copying extra markers from +the source image to the destination image. + +9. Fixed an issue whereby the TurboJPEG lossless transformation function and methods did not honor `TJXOPT_COPYNONE`/`TJTransform.OPT_COPYNONE` unless it was specified for all lossless transforms.