From 5c8dddea9912ba9bd30c9b46d79f6b827471ac91 Mon Sep 17 00:00:00 2001 From: Gerard Gunnewijk Date: Thu, 23 Apr 2026 23:27:56 +0200 Subject: [PATCH] Updated release notes --- src/Synercoding.FileFormats.Pdf/PackageDetails.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Synercoding.FileFormats.Pdf/PackageDetails.props b/src/Synercoding.FileFormats.Pdf/PackageDetails.props index c4d3879..66c138d 100644 --- a/src/Synercoding.FileFormats.Pdf/PackageDetails.props +++ b/src/Synercoding.FileFormats.Pdf/PackageDetails.props @@ -10,7 +10,7 @@ Synercoding.FileFormats.Pdf Synercoding.FileFormats.Pdf Contains classes which makes it easy to quickly create a pdf file. - Complete rewrite to add support for fonts, and with an read/edit future in mind. + Changed GrayScaleMethod from an enum to a delegate, giving users full control over how separation images are converted to grayscale (breaking change). Fixed issue #87 where CID text bytes containing 0x0D were incorrectly unescaped in string literals, causing parsers to misread them as 0x0A and render the wrong glyph; string literals now escape more characters and CID text in content streams is written as hex strings. README.md LICENSE