From 899bae0ad7aadb9698792aa5b77e8dfd172f52d8 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sat, 30 Dec 2017 11:03:53 -0800 Subject: [PATCH] Doc'ing "Fix text not displaying on sys w/ Fontconfig" Doc'ing Mark K. Kim's other recent commit, "Fix text not displaying on systems without Fontconfig installed." --- docs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 455899d03..ae0a61d8a 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -153,6 +153,9 @@ $Id$ the wrong(lossy) way, the program will crash (SF.net Bug #210) + * Fix text not displaying on systems without Fontconfig installed. + Mark K. Kim + * Ports ----- * Rewrote the macOS build system to be more Linux-like, with no XCode IDE.