From dc7f07a7c40fa93db66a94356d8b1d235ed7ee25 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 16 Jun 2022 15:23:32 +0200 Subject: [PATCH] docs(changelog): fix `WriteChars` action --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 716d4fa2..7f4bb9c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) zj action "NewTab: {run: {command: {cmd: htop}}}" ``` +* fix: send `WriteChars:` once per action (https://github.com/zellij-org/zellij/pull/1516) + ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372) * feat: Attach to sessions more conveniently by only typing their name's first character(s) (https://github.com/zellij-org/zellij/pull/1360)