summaryrefslogtreecommitdiff
path: root/thirdparty/harfbuzz/NEWS
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2020-12-28 09:55:31 +0100
committerGitHub <noreply@github.com>2020-12-28 09:55:31 +0100
commit886571e0fc54914f161ab3f1ccf9bfe40411bc20 (patch)
treed66d0f7e2287c3c2f1401e4b1f6e1c22002e95eb /thirdparty/harfbuzz/NEWS
parent5c76225e0d1c6b7312e749b070e0bacefdc9bf58 (diff)
parent86006ce476287e8401949080b32e39f75f42a373 (diff)
Merge pull request #44748 from bruvzg/hb_2_7_3_sync
HarfBuzz: Update to upstream version 2.7.4
Diffstat (limited to 'thirdparty/harfbuzz/NEWS')
-rw-r--r--thirdparty/harfbuzz/NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/thirdparty/harfbuzz/NEWS b/thirdparty/harfbuzz/NEWS
index f211a3781c..f09c2fafd1 100644
--- a/thirdparty/harfbuzz/NEWS
+++ b/thirdparty/harfbuzz/NEWS
@@ -1,3 +1,33 @@
+Overview of changes leading to 2.7.4
+Sunday, December 27, 2020
+====================================
+- Fix missing --enable-introspection configure option from previous release
+ tarball.
+- Documentation updates.
+
+Overview of changes leading to 2.7.3
+Wednesday, December 23, 2020
+====================================
+- Update USE shaper to 2020-08-13 specification, and other improvements.
+- Don’t disable liga feature in myanmar shaper, to match Uniscribe.
+- Improvements to language and script tags handling.
+- Update language system tag registry to OpenType 1.8.4
+- Support for serializing and deserializing Unicode buffers. Serialized buffers
+ are now delimited with `<>` or `[]` based on whether it is a Unicode or
+ glyphs buffer.
+- Increase buffer work limits to handle fonts with many complex lookups.
+- Handle more shaping operations in trace output.
+- Memory access fixes.
+- More OOM fixes.
+- Improved documentation.
+- Build system improvements.
+- New API:
++hb_buffer_has_positions()
++hb_buffer_serialize()
++hb_buffer_serialize_unicode()
++hb_buffer_deserialize_unicode()
+
+
Overview of changes leading to 2.7.2
Saturday, August 29, 2020
====================================