From 2c9691e7c176be180114cd2889ed0b5147e7c6e1 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Tue, 30 Apr 2024 12:59:52 +0000 Subject: [PATCH] * docs/CHANGES: Updated. --- docs/CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES b/docs/CHANGES index cbf3cc93a..555c8ac7c 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -1,7 +1,9 @@ -CHANGES BETWEEN 2.13.2 and 2.13.3 (202Y-Mmm-DD) +CHANGES BETWEEN 2.13.2 and 2.13.3 (2024-Mmm-DD) I. IMPORTANT BUG FIXES + - Rare double-free crashes in the cache subsystem have been fixed. + - Excessive stack allocation in the autohinter has been fixed.