From 6da59abba2838764ec9f4a9b84487cd037bcc5ef Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 26 Feb 2021 16:10:53 +0000 Subject: [PATCH] Update changelog [skip ci] --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 6e36c3977..755c1aa1d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,14 @@ +- [feaLib] Indent anchor statements in ``asFea()`` to make them more legible and + diff-able (#2193). +- [pens] Turn ``AbstractPen`` and ``AbstractPointPen`` into abstract base classes + (#2164). +- [feaLib] Added support for parsing and building ``STAT`` table from AFDKO feature + files (#2039). +- [instancer] Added option to update name table of generated instance using ``STAT`` + table's axis values (#2189). +- [bezierTools] Added functions to compute bezier point-at-time, as well as line-line, + curve-line and curve-curve intersections (#2192). + 4.20.0 (released 2021-02-15) ----------------------------