From aff1214d1ee078714b694ff3e845d2365f59cf35 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Sun, 22 May 2022 16:57:48 +0900 Subject: [PATCH] docs(changelog): fix strider plugins --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9c989b..2c0203ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: ANSI output sent to terminal on resize in certain cases (https://github.com/zellij-org/zellij/pull/1384) * fix: freeze when pasting large amounts of text to vim (https://github.com/zellij-org/zellij/pull/1383) * feat: new action to dump the scrollbuffer to a file (https://github.com/zellij-org/zellij/pull/1375) +* fix(strider): update out of range index in files (https://github.com/zellij-org/zellij/pull/1425) ## [0.29.1] - 2022-05-02 * fix: forward mouse events to plugin panes (https://github.com/zellij-org/zellij/pull/1369)