From ec06659d327e7c4071d18d6775b61e4d0f04fdfb Mon Sep 17 00:00:00 2001 From: Kamile Demir Date: Thu, 6 Apr 2023 13:39:08 -0700 Subject: [PATCH] Update NEWS with version 3.9.4 changes --- NEWS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.md b/NEWS.md index abe4332a6..2c21221f0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,17 @@ Changelog ========= +3.9.4 (released 2023-04-06) +--------------------------- +- [tx] FDArray support in CID-Keyed UFOs + - [tx][libxml2-improved] Move FDArray from fontinfo.plist to lib.plist ([#1576](https://github.com/adobe-type-tools/afdko/pull/1576)) + - [tx] fix languagegroup visibility ([#1620](https://github.com/adobe-type-tools/afdko/pull/1620)) + - [tx] Updates to CID-keyed UFO handling ([#1628](https://github.com/adobe-type-tools/afdko/pull/1628)) + - [tx] revert missing cid fail to warn ([#1633](https://github.com/adobe-type-tools/afdko/pull/1633)) +- [makeotf] Fix GOADB order of processing multiple unicode assignments ([#1615](https://github.com/adobe-type-tools/afdko/pull/1615)) +- [spot] fix 'kern' subtable Format3 rightClass memory leak (double allocation) (thanks @NSGod!) ([#1627](https://github.com/adobe-type-tools/afdko/pull/1627)) +- Small fixes, updates: ([#1614](https://github.com/adobe-type-tools/afdko/pull/1614), [#1624](https://github.com/adobe-type-tools/afdko/pull/1624)) + 3.9.3 (released 2023-02-02) --------------------------- - CMake github workflow updates: