* docs/CHANGES: Draft recent changes.

This commit is contained in:
Alexei Podtelezhnikov 2026-05-08 18:34:38 -04:00
parent a39ef7632e
commit 7c08535abd

View file

@ -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