Update changelog

This commit is contained in:
Cosimo Lupo 2017-05-17 15:14:48 +01:00
parent faa899f9e9
commit 6accfa1776
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -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)
----------------------------