From 6103224a7d8c5d45e3f3d16441c0b2db4c7cd425 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 Dec 2024 07:16:05 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 89ec98cb1..77a5bf8a3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -97,7 +97,7 @@ Detailed list of changes - Add support for `escape code protocol `__ for notifying applications on dark/light color scheme change -- Cursor trails: Fix pure vertical movement sometimes not triggering a trail (:pull:`8152`) +- Cursor trails: Fix pure vertical movement sometimes not triggering a trail and holding down a key in nvim causing the trail to be glitchy (:pull:`8152`, :pull:`8153`) 0.38.0 [2024-12-15] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~