From 82822374b41db83989af7b9a14cc49e21aa53f52 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Thu, 12 May 2022 22:43:46 +0900 Subject: [PATCH] docs(changelog): update to output error --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 420ad897..d9088449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: a small typo (https://github.com/zellij-org/zellij/pull/1390) * feat: show subcommand aliases in help output (https://github.com/zellij-org/zellij/pull/1409) * chore(dependencies): rename crate `suggestion` -> `suggest` (https://github.com/zellij-org/zellij/pull/1387) +* fix: update to output error when using `--layout` (https://github.com/zellij-org/zellij/pull/1413) ## [0.29.1] - 2022-05-02 * fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369)