From 12ebdd2574ef8d3db347ddce537c2f80ce6bca75 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 18 Oct 2020 08:48:07 +0530 Subject: [PATCH] Add a changelog entry for the last PR --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2cb3396f8..6a48675a7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,9 @@ To update |kitty|, :doc:`follow the instructions `. via escape codes to detect its version, and the values of configuration options that enable or disable terminal features. +- Options to control mouse pointer shape, :opt:`default_pointer_shape`, and + :opt:`pointer_shape_when_dragging` (:pull:`3041`) + - Fix a regression in 0.19.0 that caused borders not to be drawn when setting :opt:`window_margin_width` and keeping :opt:`draw_minimal_borders` on (:iss:`3017`)