summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-14 15:09:05 +0200
committerGitHub <noreply@github.com>2022-10-14 15:09:05 +0200
commit8c2b576b670a98d891186c1cf469ca438dfd8a45 (patch)
tree2f396950861ae7ebf100ee55c0fe7c75023fb60e
parentd074bb1cda819bd660b76b3be54b4db10d0eeed4 (diff)
docs(changelog): global cwd
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6865f7f9..f9e62334b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix: accept session-name through the cli properly (https://github.com/zellij-org/zellij/pull/1793)
* fix: Prevent recursive sessions from layout files (https://github.com/zellij-org/zellij/pull/1766)
* fix: better error messages and recovery from layout issues (https://github.com/zellij-org/zellij/pull/1797)
+* feat: allow layouts to have a global cwd (https://github.com/zellij-org/zellij/pull/1798)
## [0.31.4] - 2022-09-09
* Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)