summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-12-14 09:43:40 +0100
committerGitHub <noreply@github.com>2021-12-14 09:43:40 +0100
commit903873c42760dc3d0c18a739aeea265e9993a551 (patch)
tree77fdf2d35cc77cab45eda296b24da247dd18d1d0
parent10da4348ae01d21f9003813d1a745772d4f6c32c (diff)
docs(changelog): fullscreen bug
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2381da48..0b5ac4006 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+* Fix: Focus fullscreen pane when switching tab focus (https://github.com/zellij-org/zellij/pull/941)
## [0.22.0] - 2021-12-13
* Fix: missing themes in configuration merge (https://github.com/zellij-org/zellij/pull/913)