From 39c8d97054ff5a2745df455666dc2decd1fefc0e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sat, 5 Nov 2022 14:46:42 +0100 Subject: [PATCH] docs(changelog): various no-frame bugs --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd76c0b..3cede18f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: treat CWD properly when opening your editor through `zellij edit` or `ze` (https://github.com/zellij-org/zellij/pull/1904) * fix: allow cli actions to be run outside of a tty environment (https://github.com/zellij-org/zellij/pull/1905) * Terminal compatibility: send focus in/out events to terminal panes (https://github.com/zellij-org/zellij/pull/1908) +* fix: various bugs with no-frames and floating panes (https://github.com/zellij-org/zellij/pull/1909) ## [0.32.0] - 2022-10-25