summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-02-20 12:48:36 +0100
committerWerner Lemberg <wl@gnu.org>2019-02-20 12:48:36 +0100
commitde8de1ce0e498b8cc9ae39e5a7d156100bcda99b (patch)
treeb384d9707c328e7bddd71cf3926481de983ab4df /docs
parent0ac6921109aa78a26b874ad3a89b6ea0a209a7fc (diff)
downloadfreetype2-de8de1ce0e498b8cc9ae39e5a7d156100bcda99b.tar.gz
Minor (whitespace, spelling, doc update).
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 0938a67f2..dfb9789d5 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -79,6 +79,11 @@ CHANGES BETWEEN 2.9.1 and 2.10
functions limited to Adobe MultiMaster fonts to directly set and
get the weight vector.
+ - Support for Position Independent Code as needed by systems that
+ prohibit automatic address fixups, such as BREW, has been
+ removed. [Compilation with modern compilers that use flags like
+ `-fPIC' or `-fPIE' is not affected.]
+
======================================================================