From c53b3235c848bbf1c6f56e4c00f46e99b47f9cd6 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Wed, 23 Mar 2022 09:24:26 +0100 Subject: [PATCH] docs(changelog): fix crash on tab open --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dceaae52..89d6420c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Refactor: move tiled_panes to their own module (https://github.com/zellij-org/zellij/pull/1239) * Add: allow rounded frame corners to be selected in the config (https://github.com/zellij-org/zellij/pull/1227) * 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) ## [0.26.1] - 2022-03-16 * HOTFIX: Paste regression (https://github.com/zellij-org/zellij/commit/08d2014cfea1583059338a338bc4d5f632763fdb)