From 26388c6bbfb963996feb87e0282a66bfd354fd3e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 11 Apr 2026 10:08:44 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6402933b2..e761d37a8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -170,7 +170,6 @@ Detailed list of changes - A new option :opt:`palette_generate` to automatically generate the 256 color palette from the first 16 colors (:pull:`9426`) -- Render block elements from the Unicode Symbols for Legacy Computing Supplement block (U+1CC00–U+1CEBF): separated block quadrants, separated block sextants, one sixteenth blocks, and one quarter block partial fills. - For builtin key mappings automatically :ref:`fallback ` to matching the US-PC layout key when the pressed key has no matches and is a non-English character (:pull:`9671`) - Allow drag and drop of windows to re-arrange them, move them to another @@ -240,6 +239,8 @@ Detailed list of changes - Fix some responses from terminal sometimes leaking into shell on after kitten exit (:iss:`9839`) +- Render block elements from the Unicode Symbols for Legacy Computing Supplement block (U+1CC00–U+1CEBF): separated block quadrants, separated block sextants, one sixteenth blocks, and one quarter block partial fills (:disc:`9849`) + 0.46.2 [2026-03-21] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~