ref: 7fde521bd918d2299cce80c306ecc2cac9f51303
parent: 711b593e4b589fbd726a4962ad492fc4e416355d
author: Werner Lemberg <wl@gnu.org>
date: Mon Jun 10 11:37:33 EDT 2019
Update CHANGES file.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -22,8 +22,28 @@
twice in a row, the function returned an incorrect error code the
second time.
+ - Direct rendering using FT_RASTER_FLAG_DIRECT crashed (bug
+ introduced in version 2.10.0).
+
- Increased precision while computing OpenType font variation
instances.
+
+ - The flattening algorithm of cubic Bezier curves was slightly
+ changed to make it faster. This can cause very subtle rendering
+ changes, which aren't noticeable by the eye, however.
+
+ - The `ftmulti' demo program now supports multiple hidden axes with
+ the same name tag.
+
+ - `ftview', `ftstring', and `ftgrid' got a `-k' command line option
+ to emulate a sequence of keystrokes at start-up.
+
+ - `ftview', `ftstring', and `ftgrid' now support screen dumping to a
+ PNG file.
+
+ - The bytecode debugger, `ttdebug', now supports variation TrueType
+ fonts; a variation font instance can be selected with the new `-d'
+ command line option.
======================================================================