From 32d23921df61332be307e2eaaf1cb4a4f31c6da0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Oct 2023 13:54:22 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 45c00af11..aa5b41bb7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -76,7 +76,7 @@ Detailed list of changes - When pasting, if the text contains terminal control codes ask the user for permission. See :opt:`paste_actions` for details. Thanks to David Leadbeater for discovering this. -- Render Private Use Unicode symbols using two cells if the second cell contains a non-breaking space as well as a normal space +- Render Private Use Unicode symbols using two cells if the second cell contains an en-space as well as a normal space - macOS: Fix a regression in the previous release that caused kitten @ ls to not report the environment variables for the default shell (:iss:`6749`)