From bfffd98fd4f2a1032b5a6fccddd508db70c60792 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 7 Jun 2021 09:38:41 +0530 Subject: [PATCH] Add a changelog entry for config reloading Fixes #1292 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 582400bc2..717e119d1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,9 @@ To update |kitty|, :doc:`follow the instructions `. 0.21.0 [future] ---------------------- +- Allow reloading the :file:`kitty.conf` config file by pressing + :sc:`reload_config_file`. (:iss:`1292`) + - Allow clicking URLs to open them without needing to also hold :kbd:`ctrl+shift`