From 7c08535abd05ada10f1382c4728773db7badd0db Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Fri, 8 May 2026 18:34:38 -0400 Subject: [PATCH] * docs/CHANGES: Draft recent changes. --- docs/CHANGES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/CHANGES b/docs/CHANGES index 0fa1e7a44..3e3c20a13 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -1,3 +1,23 @@ +CHANGES BETWEEN 2.14.3 and 2.15.0 (2026-Mmm-DD) + + I. IMPORTANT CHANGES + + - The anti-aliased rasterizer now uses dynamic heap memory for large + glyphs, which significantly improves its performance at sizes + above 40 ppem. + + - Experimental HVF driver has been contributed by Apple, currently + available on macOS only. + + + II. IMPORTANT BUG FIXES + + - Continued efforts to scrutinize FreeType with AI tools resulted in + more bugs being fixed, some with potential security implications. + + +====================================================================== + CHANGES BETWEEN 2.14.2 and 2.14.3 (2026-Mar-22) I. IMPORTANT BUG FIXES