summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-07-22 18:47:28 +0200
committera-kenji <aks.kenji@protonmail.com>2021-07-22 18:47:28 +0200
commitf5734f2bf14212cda4455065222c0593004020bf (patch)
treedb2d107b5127908fd32d0ed677174cedba29ecdd /CHANGELOG.md
parente2d086d591dc97c612cdb0778deea1c123a8cfb0 (diff)
docs(changelog): add dump `layout` to stdout
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d92743be0..ad53c6c99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Added [`log`](https://docs.rs/log/0.4.14/log/#macros) crate support for logging within Zellij
* Messages sent over the `stderr` of plugins are now logged as well, bringing back `dbg!` support!
* Add displaying of the `session-name` to the `tab-bar` (https://github.com/zellij-org/zellij/pull/608)
+* Add command to dump `layouts` to stdout (https://github.com/zellij-org/zellij/pull/623)
+ * `zellij setup --dump-layout [LAYOUT]` [default, strider, disable-status]
## [0.15.0] - 2021-07-19
* Kill children properly (https://github.com/zellij-org/zellij/pull/601)