From c28dbe8c285b46dc63814d1d2292f5caef1ef66b Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 24 Oct 2024 09:43:00 +0200 Subject: [PATCH] docs(changelog): grid fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3b2ea8..09118b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(client): repeat retry instructions on startup (should fix some sixel issues) (https://github.com/zellij-org/zellij/pull/3570) * feat(plugins): API to list connected clients, their pane_id and running command/plugin_url (https://github.com/zellij-org/zellij/pull/3687) * fix(plugins): always render on first load (https://github.com/zellij-org/zellij/pull/3693) +* fix(terminal): recover from partial line drop (https://github.com/zellij-org/zellij/pull/3695) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)