From 4d406e39078dcc5ed23ebf039a21db0bc6b24403 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 9 Sep 2015 08:02:47 +0200 Subject: [PATCH] Update `CHANGES' file. --- docs/CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/CHANGES b/docs/CHANGES index ec417c658..36a33ee93 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -51,10 +51,20 @@ CHANGES BETWEEN 2.6 and 2.6.1 - The auto-hinter's Arabic script support has been enhanced. + - Superscript-like and subscript-like glyphs as used by various + phonetic alphabets like the IPA are now better supported by the + auto-hinter. + - The TrueType bytecode interpreter now runs slightly faster. - Improved support for builds with cmake. + - The function `FT_CeilFix' now always rounds towards plus + infinity. + + - The function `FT_FloorFix' now always rounds towards minus + infinity. + ======================================================================