summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2023-01-28 17:04:38 +0100
committerWerner Lemberg <wl@gnu.org>2023-01-28 17:04:38 +0100
commite97544a7390b53bdf899a29c7a739e8056d07b7a (patch)
treeb329c6957520007b873993a915fd5abb27e51a2f /docs
parentbacc48e61646644f8240eb5788e6b83466bd1c7b (diff)
downloadfreetype2-e97544a7390b53bdf899a29c7a739e8056d07b7a.tar.gz
Minor changes.
Comment fixes, typos, removing of unnecessary parentheses.
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 1c1537a58..6d48e1528 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -7,6 +7,8 @@ CHANGES BETWEEN 2.12.1 and 2.13
graphical FreeType demo programs into a single application based
on the Qt framework. This was Charlie Jiang's GSoC 2022 project.
+ - The 'COLR' v1 API is now considered as stable.
+
III. MISCELLANEOUS
@@ -18,7 +20,8 @@ CHANGES BETWEEN 2.12.1 and 2.13
https://github.com/harfbuzz/boring-expansion-spec/blob/main/avar2.md
- for the specification.
+ for the specification. To deactivate it, define the configuration
+ macro 'TT_CONFIG_OPTION_NO_BORING_EXPANSION'.
- A new API `FT_GlyphSlot_Slant` to slant a glyph by a given angle
has been added. Note that this function is part of `ftsynth.h`,