From 18827ebe0b7a5a314a36dea7b58e0357395b3019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 13 Jul 2020 15:10:03 +0200 Subject: [PATCH] changelog: mention fix for 'too many wl_surface_damage_buffer()' calls --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 306a1cc1..36ae5308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,6 +91,8 @@ * Sixel images being erased when printing text next to them. * Sixel handling when resizing window. * Sixel handling when scrollback wraps around. +* Foot now issues much fewer `wl_surface_damage_buffer()` calls + (https://codeberg.org/dnkl/foot/issues/35). ### Security