From 87ab1bbe54219dd459514a0f415640ca2317505a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 29 Oct 2020 07:20:45 +0530 Subject: [PATCH] Add a changelog entry for previous merge --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 231c8b1ba..4e3b364f8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -24,6 +24,9 @@ To update |kitty|, :doc:`follow the instructions `. - Fix a regression in 0.19.0 that broke rendering of one-eight bar unicode characters at very small font sizes (:iss:`3025`) +- Wayland: Fix a crash under GNOME when using multiple OS windows + (:pull:`3066`) + - Fix selections created by dragging upwards not being auto-cleared when screen contents change (:pull:`3028`)