summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-06-10 15:37:33 +0200
committerWerner Lemberg <wl@gnu.org>2019-06-10 15:37:33 +0200
commit7fde521bd918d2299cce80c306ecc2cac9f51303 (patch)
tree79e889b2933d41d3da44db374217ae65b07be48d
parent711b593e4b589fbd726a4962ad492fc4e416355d (diff)
downloadfreetype2-7fde521bd918d2299cce80c306ecc2cac9f51303.tar.gz
Update CHANGES file.
-rw-r--r--docs/CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 7d914483a..e69404817 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -22,9 +22,29 @@ CHANGES BETWEEN 2.10.0 and 2.10.1
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.
+
======================================================================