From b42ce60348dbb92708cebae661111c409eb2161b Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 13 Sep 2021 11:58:11 +0200 Subject: [PATCH] docs(changelog): add naming tab's in the `layout` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 938568e9..ac0e008c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ``` * Use the unicode width in tab-bar plugin, for tab names (https://github.com/zellij-org/zellij/pull/709) * Fix automated builds that make use of the `setup` subcommand (https://github.com/zellij-org/zellij/pull/711) +* Add option to specify a tabs name in the tab `layout` file (https://github.com/zellij-org/zellij/pull/715) ## [0.16.0] - 2021-08-31