diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b79b0ac..f38d3f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,11 +36,16 @@ terminfo entries. This should make 24-bit RGB colors work in tmux and neovim, without the need for config hacks or detection heuristics (https://codeberg.org/dnkl/foot/issues/615). -* `[tweak].grapheme-width-method=wcswidth|double-width` option to - `foot.ini`. ### Changed + +* Grapheme cluster width is now limited to two cells by default. This + may cause cursor synchronization issues with many applications. You + can set `[tweak].grapheme-width-method=wcswidth` to revert to the + behavior from foot-1.8.0. + + ### Deprecated ### Removed ### Fixed