Commit 9f94d8533cefa8a023a0b81633032fe0aaea08fb

Werner Lemberg 2020-12-05T09:41:36

docs/CHANGES: Mention `FT_LOGGING`.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/docs/CHANGES b/docs/CHANGES
index 31f8088..bdd9496 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -12,6 +12,13 @@ CHANGES BETWEEN 2.10.4 and 2.11.0
   - `ttdebug' didn't show changed point coordinates (bug introduced in
     version 2.10.3).
 
+  - A new configuration macro  `FT_LOGGING` is available.  It provides
+    extended debugging capabilities for  FreeType, for example showing
+    a time stamp  or displaying the component a  tracing message comes
+    from.  See file `docs/DEBUG` for more information.
+
+    This work was Priyesh Kumar's GSoC 2020 project.
+
 
 ======================================================================