From 7fe63a7aada47acc17971f134eb09545b25d4bca Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 14 Sep 2019 10:20:18 +0530 Subject: [PATCH] Add changelog entry for key mapping PR --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ed8d5861e..3b6f12f09 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,6 +17,8 @@ To update |kitty|, :doc:`follow the instructions `. - When resetting the terminal, also reset parser state, this allows easy recovery from incomplete escape codes (:iss:`1961`) +- Allow mapping keys commonly found on European keyboards (:pull:`1928`) + 0.14.4 [2019-08-31] ---------------------