From a8c6ead3194ad08ef501a89be3e958cf6cc1ff2e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 23 Dec 2024 21:13:09 +0530 Subject: [PATCH] Update changelog Fix #8150 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e6f326403..89ec98cb1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -97,6 +97,8 @@ 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`) + 0.38.0 [2024-12-15] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~