From f46a5160572ccc1c213f0fcffc1c90059c4ef5b2 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 30 Nov 2023 18:17:43 +0100 Subject: [PATCH] docs(changelog): grid fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a85346ee3..7e9d2affe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * feat(plugins): skip plugin cache flag when loading plugins (https://github.com/zellij-org/zellij/pull/2971) +* fix(grid): recover from various errors (https://github.com/zellij-org/zellij/pull/2972) ## [0.39.2] - 2023-11-29 * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)