summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2023-06-30 09:44:19 +0200
committerGitHub <noreply@github.com>2023-06-30 09:44:19 +0200
commit61f3789c88ca5c948cacaa2d1228e51389cc24f5 (patch)
treeb2a0e419d927f484d585ac3d6cda66f2d0743800
parent19a502cb2800202f232641b63a5b8741ea39d1ba (diff)
docs(changelog): plugins tab switching with mouse fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index abfb784fc..4a2e20c83 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(tab-bar,compact-bar): tab switching with mouse sometimes not working (https://github.com/zellij-org/zellij/pull/2587)
## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)