From 9d3b4c5391f857957f9f30dda93de6a7d198ed40 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 17 Jan 2025 11:34:40 +0100 Subject: [PATCH] docs(changelog): include PR link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3af9fa..49e4ea7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(terminal): cursor overflow issue (https://github.com/zellij-org/zellij/pull/3894) * feat(ux): stack panes command (https://github.com/zellij-org/zellij/pull/3905) * feat(terminal): mouse AnyEvent tracking (https://github.com/zellij-org/zellij/pull/3538) -* fix(terminal): support setting kitty keyboard protocol with `CSI=` +* fix(terminal): support setting kitty keyboard protocol with `CSI=` (https://github.com/zellij-org/zellij/pull/3942) ## [0.41.2] - 2024-11-19 * fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)