From dbf8580dc38b9545dd4f7486642cbb66e2673170 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 May 2021 11:55:38 +0530 Subject: [PATCH] Add issue reference for infinite length ligatures Fixes #3504 --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ea9f7b057..5a44c3cc6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,7 +7,7 @@ To update |kitty|, :doc:`follow the instructions `. 0.20.4 [future] ---------------------- -- Support infinite length ligatures +- Support infinite length ligatures (:iss:`3504`) - 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`)