From e605706c07ce8c4ec2644f3b076c2c6641749e2b Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 8 Nov 2021 12:50:41 +0000 Subject: [PATCH] Update NEWS.rst [skip ci] --- NEWS.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 6fd7c3826..1e83bd1a8 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +- [subset] Fixed AttributeError while traversing a color glyph's Paint graph when there is no + LayerList, which is optional (#2441). + 4.28.0 (released 2021-11-05) ----------------------------