From 88e105f4a21ac2fca042a1e43adce60e6ca6b35b Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 24 Aug 2022 18:36:10 +0100 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 71fe0ddd0..d21707c9f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,13 @@ +- [subset] Fixed regression introduced with v4.37.0 while subsetting the VarStore of + ``HVAR`` and ``VVAR`` tables, whereby an ``AttributeError: subset_varidxes`` was + thrown because an apparently unused import statement (with the side-effect of + dynamically binding that ``subset_varidxes`` method to the VarStore class) had been + accidentally deleted in an unrelated PR (#2679, #2773). +- [pens] Added ``cairoPen`` (#2678). +- [gvar] Read ``gvar`` more lazily by not parsing all of the ``glyf`` table (#2771). +- [ttGlyphSet] Make ``drawPoints(pointPen)`` method work for CFF fonts as well via + adapter pen (#2770). + 4.37.0 (released 2022-08-23) ----------------------------