From 6accfa1776bd78984d0b52693410ac96dc20f28e Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 17 May 2017 15:14:48 +0100 Subject: [PATCH] Update changelog --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index b8b39af4c..fe3f2712e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,10 @@ +- [cffLib.specializer] Added new ``specializer`` module to optimize CFF + charstrings, used by the T2CharStringPen (#948). +- [varLib.mutator] Sort glyphs by component depth before calculating composite + glyphs' bounding boxes to ensure deltas are correctly caclulated (#945). +- [_g_l_y_f] Fixed loss of precision in GlyphCoordinates by using 'd' (double) + instead of 'f' (float) as ``array.array`` typecode (#963, #964). + 3.11.0 (released 2017-05-03) ----------------------------