From 859d633f5b89b1c4d0dbe207a9ba514d964f8fa5 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 27 Jul 2023 17:56:49 +0200 Subject: [PATCH] docs(changelog): focus glitches --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b851e89..92387f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(rendering): colored paneframes in mirrored sessions (https://github.com/zellij-org/zellij/pull/2625) * fix(sessions): use custom lists of adjectives and nouns for generating session names (https://github.com/zellij-org/zellij/pull/2122) * feat(plugins): make plugins configurable (https://github.com/zellij-org/zellij/pull/2646) +* fix(terminal): occasional glitches while changing focus (https://github.com/zellij-org/zellij/pull/2654) ## [0.37.2] - 2023-06-20 * hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)