summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-05 15:32:40 +0100
committerGitHub <noreply@github.com>2023-11-05 15:32:40 +0100
commit9ed85699209938cbac7165733560069f2c5106bb (patch)
treee591720e5207ebfdc7341c5ddd41b1b0446fb52b
parent28a165a969a9e1ee9f1fe66e4d63134b895b2ef7 (diff)
docs(changelog): renaming sessions
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78f78be80..df8020c09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(plugins): UI components for plugins (https://github.com/zellij-org/zellij/pull/2898)
* feat(plugins): load plugins from the web (https://github.com/zellij-org/zellij/pull/2863)
* feat(terminal): support styled underlines (https://github.com/zellij-org/zellij/pull/2730)
+* feat(ux): allow renaming sessions
## [0.38.2] - 2023-09-15
* fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)