From 09fd39bb29dea808ea12c1a601aba883c8938884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 7 Feb 2022 10:44:00 +0100 Subject: [PATCH] changelog: mouse selections are finalized on window resize --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2377b4c..abc72229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,11 @@ ## Unreleased ### Added ### Changed + +* Mouse selections are now finalized when the window is resized + (https://codeberg.org/dnkl/foot/issues/922). + + ### Deprecated ### Removed ### Fixed @@ -48,6 +53,8 @@ (https://codeberg.org/dnkl/foot/issues/918). * “(null)” being logged as font-name (for some fonts) when warning about a non-monospaced primary font. +* Rare crash when the window is resized while a mouse selection is + ongoing (https://codeberg.org/dnkl/foot/issues/922). ### Security