From f983651759bc3712a41f0a462bc5affdb45a0990 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Tue, 12 Jul 2022 10:30:41 +0900 Subject: [PATCH] docs(changelog): add usage comment to fish script --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce5f68a..7adafad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: crash when terminal rows or columns are 0 (https://github.com/zellij-org/zellij/pull/1552) * refactor: moved shared data structures to zellij-utils (https://github.com/zellij-org/zellij/pull/1541) * feat: support displaying images/video in the terminal with sixel graphics (https://github.com/zellij-org/zellij/pull/1557) +* fix: add usage comment to fish `auto-start` script (https://github.com/zellij-org/zellij/pull/1583) ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)