summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2021-07-16 08:20:44 +0200
committerWerner Lemberg <wl@gnu.org>2021-07-16 08:20:44 +0200
commit685acc04dbad5ece9b7261d21f4a2546d787436c (patch)
tree0a49ead6e8c9edb99f8953620760d21ce60a7a87
parentc35961a92574f27ddd5cdcd1baaa6a7ae279491f (diff)
downloadfreetype2-685acc04dbad5ece9b7261d21f4a2546d787436c.tar.gz
docs/CHANGES: Mention slight rendering changes.
Suggested by Ben.
-rw-r--r--docs/CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 16acfd731..10cad4337 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -75,7 +75,10 @@ CHANGES BETWEEN 2.10.4 and 2.11.0
- The experimental 'warp' mode (AF_CONFIG_OPTION_USE_WARPER) for the
auto-hinter has been removed.
- - The smooth rasterizer performance has been improved by >10%.
+ - The smooth rasterizer performance has been improved by >10%. Note
+ that due to necessary code changes there might be very subtle
+ differences in rendering. They are not visible by the eye,
+ however.
- PCF bitmap fonts compressed with LZW (these are usually files with
the extension `.pcf.Z`) are now handled correctly.