summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-09-21 16:41:12 +0200
committera-kenji <aks.kenji@protonmail.com>2021-09-21 16:41:12 +0200
commit9de73d2920a3eadf42c3fe3553ee946b8f873f3f (patch)
treedf191d93373d0392bad55c5d4b2fc5128a0cdf85 /CHANGELOG.md
parentbbe2583904a7d4246400b75cc78f60047752f4b8 (diff)
docs(changelog): Solely name tab in `tabs` section
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 316de3617..3a298c918 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Feature: Option to create a new session if attach fails (`zellij attach --create`) (https://github.com/zellij-org/zellij/pull/731)
* Feature: Added the new `Visible` event, allowing plugins to detect if they are visible in the current tab (https://github.com/zellij-org/zellij/pull/717)
* Feature: Plugins now have access to a data directory at `/data` – the working directory is now mounted at `/host` instead of `.` (https://github.com/zellij-org/zellij/pull/723)
+* Add ability to solely specify the tab name in the `tabs` section (https://github.com/zellij-org/zellij/pull/722)
## [0.17.0] - 2021-09-15
* New panes/tabs now open in CWD of focused pane (https://github.com/zellij-org/zellij/pull/691)