From 778f8afebdf993f767a985bf7cbf0b02b05c2e8d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 21 Apr 2025 15:02:53 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bd8d005eb..0c0fad01b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -97,7 +97,10 @@ Detailed list of changes 0.42.0 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- launch: Allow creating desktop panels such as those created by the :doc:`panel kitten ` (:iss:`8459`) +- **Behavior change**: Now kitty does full grapheme segmentation following the + Unicode 16 spec when splitting text into cells (:iss:`8533`) + +- launch: Allow creating desktop panels such as those created by the :doc:`panel kitten ` (:iss:`8549`) - Allow configuring the mouse unhide behavior when using :opt:`mouse_hide_wait` (:pull:`8508`)