From 579701a2bb083fafab45b3ef49e40038a2183f9e Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 4 Jul 2021 17:34:55 +0200 Subject: [PATCH] docs(changelog): Add layout-dir to setup --check #599 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 131bf981..79e81a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add option to specify a default shell (https://github.com/zellij-org/zellij/pull/594) * Add action to run bound commands in a pane (https://github.com/zellij-org/zellij/pull/596) * Initial mouse support (https://github.com/zellij-org/zellij/pull/448) +* Add `layout-dir` to `setup --check` subcommand (https://github.com/zellij-org/zellij/pull/599) ## [0.13.0] - 2021-06-04 * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540)