From 4b63354b56e5758e3fafa678f39e34b0ec665b88 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 5 Oct 2020 19:24:54 +0100 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 8a637a81d..33e497482 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,10 @@ +- [varLib.instancer] Fixed ``TypeError`` exception when instantiating a VF with + a GSUB table 1.1 in which ``FeatureVariations`` attribute is present but set to + ``None`` -- indicating that optional ``FeatureVariations`` is missing (#2077). +- [glifLib] Make ``x`` and ``y`` attributes of the ``point`` element required + even when validation is turned off, and raise a meaningful ``GlifLibError`` + message when that happens (#2075). + 4.16.0 (released 2020-09-30) ----------------------------