summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-02-06 14:27:14 +0100
committerGitHub <noreply@github.com>2024-02-06 14:27:14 +0100
commit5e364940fde45631a6ede344d9839240b34c5a62 (patch)
tree181588c173c9da6c16b595ffd8ff10d7487c07dc
parent6b20a958f4e8db5614fffb27fe5d32f07ddfe855 (diff)
docs(changelog): welcome screen
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f07589d5f..b0c14fc58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(plugins): introduce pipes to control data flow to plugins from the command line (https://github.com/zellij-org/zellij/pull/3066)
* feat(xtask): allow publishing without pushing changes (https://github.com/zellij-org/zellij/pull/3040)
* fix(terminal): improve reflow performance as well as resource utilization and some misc ancient bugs (https://github.com/zellij-org/zellij/pull/3045, https://github.com/zellij-org/zellij/pull/3032 and https://github.com/zellij-org/zellij/pull/3043)
+* feat(sessions): add welcome screen (https://github.com/zellij-org/zellij/pull/3112)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)