From 8415004834d47e68da2fe4c5ecd9ef7f74945642 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 7 Oct 2021 15:26:24 +0200 Subject: [PATCH] docs(changelog): update screen/tab client refactor --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 429149141..d8e8c6026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * 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) +* Refactor: handle clients in tabs/screen (https://github.com/zellij-org/zellij/pull/770) ## [0.18.1] - 2021-09-30