From 854228046e765be31d01399e9955685079db0426 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 25 Mar 2022 10:36:35 +0100 Subject: [PATCH] docs(changelog): stability fixes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fcd01bf2..332d03a9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Deps: move from termion to termwiz (https://github.com/zellij-org/zellij/pull/1249) * Fix: resolve crash when opening tab and zellij tmp dir does not exist (https://github.com/zellij-org/zellij/pull/1256) * Fix: Behave properly when embedding floating pane into a fullscreen tiled pane (https://github.com/zellij-org/zellij/pull/1267) +* Fix: various screen crashes in some edge cases (https://github.com/zellij-org/zellij/pull/1269) ## [0.26.1] - 2022-03-16 * HOTFIX: Paste regression (https://github.com/zellij-org/zellij/commit/08d2014cfea1583059338a338bc4d5f632763fdb)