summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-12 15:36:10 +0200
committerGitHub <noreply@github.com>2022-10-12 15:36:10 +0200
commite07dfcde7870becac19fcb609dcb0681ce181c4c (patch)
tree15ba403dc0e179431d54b36f2cb4afe2703dddf7
parentad93a14000e5fc1f725afb327d79528cd672fb4e (diff)
docs(changelog): session-name cli fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fcef7cc5b..92a30e5c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix: frameless pane wrong size after closing other panes (https://github.com/zellij-org/zellij/pull/1776)
* fix: error on mixed nodes in layouts (https://github.com/zellij-org/zellij/pull/1791)
* fix: error on duplicate pane_template / tab_template definitions in layouts (https://github.com/zellij-org/zellij/pull/1792)
+* fix: accept session-name through the cli properly (https://github.com/zellij-org/zellij/pull/1793)
## [0.31.4] - 2022-09-09
* Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)