summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-17 19:40:34 +0200
committerGitHub <noreply@github.com>2022-10-17 19:40:34 +0200
commit12d35bded55756c951e86212a3c72305a26043d6 (patch)
treecb4cab21e465707cfc47319a096904aaa35c056c
parent271abb3ea2842cadc131ae91a3cd899e320e958e (diff)
docs(changelog): zellij run improvements
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 010487718..99b41ee91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat: allow layouts to have a global cwd (https://github.com/zellij-org/zellij/pull/1798)
* feat: edit panes in layouts (https://github.com/zellij-org/zellij/pull/1799)
* debugging: Log `thread_bus` IPC messages only in debug mode (https://github.com/zellij-org/zellij/pull/1800)
+* feat: improve zellij run CLI (https://github.com/zellij-org/zellij/pull/1804)
## [0.31.4] - 2022-09-09
* Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)