From be022e212f6e1d4af9f66c49c1cee51475f529ae Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 4 Mar 2022 18:00:22 +0100 Subject: [PATCH] docs(changelog): fix output of `list-sessions` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c651c849..e87c8835b 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/) * Add: binary cache to zellij `cachix use zellij` (https://github.com/zellij-org/zellij/pull/1157) * Fix: improve layout naming (https://github.com/zellij-org/zellij/pull/1160) * Add: installation instructions for `Void Linux` (https://github.com/zellij-org/zellij/pull/1165) +* Fix: `list-session` to stderr on fail (https://github.com/zellij-org/zellij/pull/1174) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)