From 56aa269a4b0c692a1e82aa24927a78763455598b Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 6 Jun 2022 09:31:07 +0200 Subject: [PATCH] docs(changelog): client loop fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f75f02dd..00de2e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) also adds a new default layout called `compact`, which can be loaded with: `zellij --layout compact`, that loads the `compact-bar`. (https://github.com/zellij-org/zellij/pull/1450) * feat: allow searching through and editing the pane scrollback with your default editor (https://github.com/zellij-org/zellij/pull/1456) +* fix: exit client loop on empty message from server (https://github.com/zellij-org/zellij/pull/1454) ## [0.29.1] - 2022-05-02 * fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369)