From b04c4f3e22eefd9d594738f823a9f5c1d58d528b Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 29 Apr 2021 15:26:25 +0200 Subject: [PATCH] docs(changelog): pass vttest 1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fca2c6a..89eb72eb 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/) * Improved keybind handling (https://github.com/zellij-org/zellij/pull/400) * Added initial screen-compat keybinds `screen.yaml` (https://github.com/zellij-org/zellij/pull/399) * Added the ability to synchronize input sent to panes (https://github.com/zellij-org/zellij/pull/395) +* Terminal fix: pass vttest 1 https://github.com/zellij-org/zellij/pull/408 ## [0.5.1] - 2021-04-23 * Change config to flag (https://github.com/zellij-org/zellij/pull/300)