From 830cb1a6f64fe435f0966a6b4ceb8f4a5a8331bf Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 15 Feb 2017 11:01:51 -0800 Subject: [PATCH] Update changelog --- NEWS.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 191e9ef40..7e3127241 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,5 +1,7 @@ +- [subset] Fixed issue with ``--no-hinting`` option whereby advance widths in + Type 2 charstrings were also being stripped (#709, #343) - [feaLib] include statements now resolve relative paths like makeotf (#838) -- [feaLib] `table name` now handles Unicode codepoints beyond the Basic +- [feaLib] table ``name`` now handles Unicode codepoints beyond the Basic Multilingual Plane, also supports old-style MacOS platform encodings (#842) - [feaLib] correctly escape string literals when emitting feature syntax (#780)