From 24154e40e028fcdefd33ec51dd22c41c75da5329 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 7 Oct 2021 13:43:19 +0200 Subject: [PATCH] docs(changelog): fullscreen fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca5744f0..42914914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add: Treat empty config files as empty yaml documents (https://github.com/zellij-org/zellij/pull/720) * Fix: Commands that don't interact with the config file don't throw errors on malformed config files (https://github.com/zellij-org/zellij/pull/765) * Add: Add config options to default config file (https://github.com/zellij-org/zellij/pull/766) +* Fix: Properly clear "FULLSCREEN" status when a pane exits on its own (https://github.com/zellij-org/zellij/pull/757) ## [0.18.1] - 2021-09-30