From 3374f513efb2411834ca65c7f25d0590885f2efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 14 Dec 2022 14:41:10 +0100 Subject: [PATCH] =?UTF-8?q?changelog:=20new=20default=20value=20for=20?= =?UTF-8?q?=E2=80=98grapheme-width-method=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead014cf..214ecb6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,9 @@ set a value to the empty string, for example. * Environment variables can now be **unset**, by setting `[environment].=""` (quotes are required) ([#1225][1225]) +* New value for `[tweak].grapheme-width-method`: `default`. This mode + tries to do "the right thing", but may be incompatible with + especially older applications. It is the new default. [1136]: https://codeberg.org/dnkl/foot/issues/1136 [1225]: https://codeberg.org/dnkl/foot/issues/1225