From 73a4ea8d0a66cace11aebd9e9b925df5a819a8ba Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 9 Mar 2025 20:09:46 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4a0266cb3..44cdd0829 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -99,6 +99,9 @@ Detailed list of changes - Do not count background processes by default for :opt:`confirm_os_window_close` (:iss:`8358`) +- Fix flickering of hyperlink underline when client program continuously + redraws on mouse movement (:iss:`8414`) + 0.40.0 [2025-03-08] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~