summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-03-26 16:38:36 +0100
committerGitHub <noreply@github.com>2024-03-26 16:38:36 +0100
commitb24dd87b8044be59a9897bb19604deee85b236b0 (patch)
treece88a9e383da43054f8b869050aacfecc89b7772
parent631ffd9bc46e9b4f79794525793e0cd2b76a10fa (diff)
docs(changelog): ui fixes
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2c94f54e..87fc97a13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +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, https://github.com/zellij-org/zellij/pull/3170, https://github.com/zellij-org/zellij/pull/3210 and https://github.com/zellij-org/zellij/pull/3212)
* 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, https://github.com/zellij-org/zellij/pull/3043 and https://github.com/zellij-org/zellij/pull/3125)
-* feat(sessions): add welcome screen (https://github.com/zellij-org/zellij/pull/3112)
+* feat(sessions): add welcome screen (https://github.com/zellij-org/zellij/pull/3112 and https://github.com/zellij-org/zellij/pull/3226)
* fix(cli): respect cwd in `zellij run` and `zellij plugin` commands (https://github.com/zellij-org/zellij/pull/3116)
* feat(panes): allow specifying floating pane coordinates when opening from cli/plugin/keybinding (https://github.com/zellij-org/zellij/pull/3122)
* fix(plugins): avoid crash when attaching to a session with a since-deleted cwd (https://github.com/zellij-org/zellij/pull/3126)