From ec10a1f8b160bcb9f7c76d6861760ca9b7412ea7 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 8 Apr 2019 17:43:02 +0100 Subject: [PATCH] Updated changelog [skip ci] --- NEWS.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index c48ed884b..b440ec568 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,18 @@ +- [subset] Fixed error while subsetting ``VVAR`` with ``--retain-gids`` + option (#1552). +- [designspaceLib] Use up-to-date default location in ``findDefault`` method + (#1554). +- [voltLib] Allow passing file-like object to Parser. +- [arrayTools/glyf] ``calcIntBounds`` (used to compute bounding boxes of glyf + table's glyphs) now uses ``otRound`` instead of ``round3`` (#1566). +- [svgLib] Added support for converting more SVG shapes to path ``d`` strings + (ellipse, line, polyline), as well as support for ``transform`` attributes. + Only ``matrix`` transformations are currently supported (#1564, #1564). +- [varLib] Added support for building ``VVAR`` table from ``vmtx`` and ``VORG`` + tables (#1551). +- [fontBuilder] Enable making CFF2 fonts with ``post`` table format 2 (#1557). +- Fixed ``DeprecationWarning`` on invalid escape sequences (#1562). + 3.39.0 (released 2019-03-19) ----------------------------