From 1c20621ca52714b10c701f3a79b00fa57b6af066 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 14 May 2021 11:06:30 +0100 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 7fe2c14a0..d5cbd4cee 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,9 @@ +- [subset] Fix ``KeyError`` after subsetting ``COLR`` table that initially contains + both v0 and v1 color glyphs when the subset only requested v1 glyphs; we were + not pruning the v0 portion of the table (#2308). +- [colorLib] Set ``LayerV1List`` attribute to ``None`` when empty, it's optional + in CORLv1 (#2308). + 4.23.0 (released 2021-05-13) ----------------------------