From 3d64df74923a7ee3f5ee7e1cdbf002ccc66e5f6a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 12 Jul 2026 12:16:01 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1c51c4c3c..4e22221ca 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -228,6 +228,8 @@ Detailed list of changes - Bypass libc malloc for history buffer to avoid libc pool policies causing apparent memory leak (:pull:`10254`) +- Cursor trail: Do not run the trail shader when the cursor is hidden, saving resources (:pull:`10255`) + 0.47.4 [2026-06-15] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~