summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index c1bf475da..79fd77861 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -10,6 +10,9 @@ CHANGES BETWEEN 2.3.5 and 2.3.4
handled correctly, making FreeType increase the heap stack in an
endless loop.
+ - A large number of bugs have been fixed to avoid crashes and
+ endless loops with invalid fonts.
+
II. IMPORTANT CHANGES
@@ -33,6 +36,9 @@ CHANGES BETWEEN 2.3.5 and 2.3.4
instructions. The `ft2demos' bundle contains a new program
called `ftpatchk' which demonstrates its usage.
+ - A new API `FT_Face_SetUnpatentedHinting' has been added to
+ enable or disable the unpatented hinter.
+
- Support for Windows FON files in PE format has been contributed
by Dmitry Timoshkov.