summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-04-24 11:57:56 +0200
committerGitHub <noreply@github.com>2024-04-24 11:57:56 +0200
commitfca7a209d2c90ed8e2447f1c60ab630bc9455c13 (patch)
tree830f56377f2c2e98d8a080a1f9248c86408807b3
parent18eff3fde93bb3a95292bcfd878eeea11f90763c (diff)
docs(changelog): cli pane/tab name fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c21a26a1..814be1a1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)
* fix(cli): respect all options (eg. `default-layout`) when creating a session in the background from the CLI (https://github.com/zellij-org/zellij/pull/3288)
+* fix(cli): rename tab and pane from cli (https://github.com/zellij-org/zellij/pull/3295)
## [0.40.0] - 2024-04-16
* feat(plugins): skip plugin cache flag when loading plugins (https://github.com/zellij-org/zellij/pull/2971)