From c3246051d44e4915993802fd039cc72d351a0164 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 Apr 2023 18:08:58 +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 ce8d18e81..0df7e3c26 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -40,7 +40,7 @@ Detailed list of changes - Text rendering: Use sRGB correct linear gamma blending for nicer font rendering and better color accuracy with transparent windows. See the option :opt:`text_composition_strategy` for details. The obsolete :opt:`macos_thicken_font` will make the font too thick and needs to be removed manually if it is configured. (:pull:`5969`) -- icat kitten: Support display of images inside tmux (:pull:`5664`) +- icat kitten: Support display of images inside tmux >= 3.3 (:pull:`5664`) - Graphics protocol: Add support for displaying images inside programs that do not support the protocol such as vim and tmux (:pull:`5664`)