From e93f2fe223cc49600cd2ba08de49d6805847a7f5 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Mon, 7 Mar 2022 11:47:35 +0100 Subject: [PATCH] docs(changelog): floating panes mouse tooltip fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 647c201a..4cbe8bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add: dynamic completions for `fish` shell (https://github.com/zellij-org/zellij/pull/1176) * Fix: typo in completion (https://github.com/zellij-org/zellij/pull/1183) * Fix: improve detach instruction (https://github.com/zellij-org/zellij/pull/1161) +* Fix: update tooltip after hiding floating panes with mouse (https://github.com/zellij-org/zellij/pull/1186) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)