From 786e99f5a928610556bf3f9bd4cf303694f2cc56 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 29 Jan 2020 17:39:39 +0000 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 5cafd1747..2aa90bdb0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +- [feaLib] Do not fail on duplicate multiple substitutions, only warn (#1811). +- [subset] Optimize SinglePos subtables to Format 1 if all ValueRecords are the same + (#1802). + 4.2.4 (released 2020-01-09) ---------------------------