From f64b4e0e569db83bdb8bc9429fbc81614870d232 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 12 May 2021 20:26:38 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 984bcffb3..79d411f4d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,11 +25,11 @@ To update |kitty|, :doc:`follow the instructions `. - Add a configurable mouse action to select from the clicked point to the end of the line. (:iss:`3585`) -- Add the ability to unscroll the screen to the ``kitty @ scroll-window`` +- Add the ability to un-scroll the screen to the ``kitty @ scroll-window`` remote control command (:iss:`3604`) - Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling - when the num lock or caps lock modifiers were engaged. (:iss:`3587`) + when the NumLock or CapsLock modifiers were engaged. (:iss:`3587`) - Fix a regression in 0.20.0 that sent incorrect bytes for the :kbd:`F1-F4` keys in rmkx mode (:iss:`3586`)