More CHANGES.

This commit is contained in:
Alexei Podtelezhnikov 2021-06-08 22:31:11 -04:00
parent 08f66322e3
commit 8dc02fb999
1 changed files with 5 additions and 0 deletions

View File

@ -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.
======================================================================