summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-04-16 23:37:53 +0900
committerGitHub <noreply@github.com>2023-04-16 23:37:53 +0900
commitc7bd2ce9222d328369216ba287c57752910e0e88 (patch)
treee9e5a39ed9be1f6433b6ceb86d0f31c83682789c
parentc604780a210d3225b6aaf73642b0b4c583ae5fb9 (diff)
docs(changelog): hide session on compact-bar
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fbd4f52f..2ef8634d8 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(plugin): respect hide session option on compact-bar (https://github.com/zellij-org/zellij/pull/2368)
## [0.36.0] - 2023-04-13
* fix: when moving pane focus off screen edge to the next tab, the pane on the screen edge is now focused (https://github.com/zellij-org/zellij/pull/2293)