From 903017fd8eee4e40b0f3cf8ba50f4fc1fdc6717c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 1 Jun 2021 10:24:32 +0200 Subject: [PATCH] docs(changelog): Don't rename unnamed tabs: 554 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a9f05d..179a21bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Attaching to a session respects the `default_mode` setting of the client (https://github.com/zellij-org/zellij/pull/549) * Add option to specify a color theme in the config (https://github.com/zellij-org/zellij/pull/550) * Fix config options to not depend on `simplified_ui` (https://github.com/zellij-org/zellij/pull/556) +* Don't rename `unnamed` tabs upon deletion of other tabs (https://github.com/zellij-org/zellij/pull/554) ## [0.12.1] - 2021-05-28 * HOTFIX: fix Zellij not responding to input on certain terminals (https://github.com/zellij-org/zellij/issues/538)