Update changelog

This commit is contained in:
Cosimo Lupo 2017-05-03 12:39:31 +01:00
parent fbb9060311
commit 74e76d7f86
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -1,5 +1,14 @@
- [t2CharStringPen] Initial support for specialized Type2 path operators:
vmoveto, hmoveto, vlineto, hlineto, vvcurveto, hhcurveto, vhcurveto and
hvcurveto. This should produce more compact charstrings (#940, #403).
- [Doc] Added Sphinx sources for the documentation. Thanks @gferreira (#935).
- [fvar] Expose flags in XML (#932)
- [name] Add helper function for building multi-lingual names (#921)
- [varLib] Fixed kern merging when a PairPosFormat2 has ClassDef1 with glyphs
that are NOT present in the Coverage (1b5e1c4, #939).
- [varLib] Fixed non-deterministic ClassDef order with PY3 (f056c12, #927).
- [feLib] Throw an error when the same glyph is defined in multiple mark
classes within the same lookup (3e3ff00, #453).
3.10.0 (released 2017-04-14)
----------------------------