From 03be8e309ee69f5fad66c330701c7add410f7291 Mon Sep 17 00:00:00 2001 From: Brooks Rady Date: Wed, 28 Apr 2021 16:28:39 +0100 Subject: [PATCH] chore(changelog): added the ability to synchronize input sent to panes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87df7b19..6fca2c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Added more configuration locations, changed `ZELLIJ_CONFIG` to `ZELLIJ_CONFIG_FILE` (https://github.com/zellij-org/zellij/pull/391) * 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) ## [0.5.1] - 2021-04-23 * Change config to flag (https://github.com/zellij-org/zellij/pull/300)