From 8dc02fb99909df5d459978fbb14836b387c7000d Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Tue, 8 Jun 2021 22:31:11 -0400 Subject: [PATCH] More CHANGES. --- docs/CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CHANGES b/docs/CHANGES index 6767f96db..95f0e397f 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -72,6 +72,8 @@ CHANGES BETWEEN 2.10.4 and 2.11.0 This work was Priyesh Kumar's GSoC 2020 project. + - The smooth rasterizer performance has been improved by >10%. + - PCF bitmap fonts compressed with LZW (these are usually files with the extension `.pcf.Z`) are now handled correctly. @@ -82,6 +84,9 @@ CHANGES BETWEEN 2.10.4 and 2.11.0 - `ttdebug` didn't show changed point coordinates (bug introduced in version 2.10.3). + - The graphical demos now work better in native color depth on win32 + and x11. + ======================================================================