From b2efb68a6e24785118f9608ab443957a3a7623bc Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 7 May 2021 16:08:03 +0200 Subject: [PATCH] docs(changelog): sync command migration --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34249ef1..29ca7a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Add more functionality to unbinding the default keybindings (https://github.com/zellij-org/zellij/pull/468) * Terminal compatibility: fix support for CSI subparameters (https://github.com/zellij-org/zellij/pull/469) +* Move the sync command to tab mode (https://github.com/zellij-org/zellij/pull/412) ## [0.8.0] - 2021-05-07 * Terminal compatibility: pass vttest 8 (https://github.com/zellij-org/zellij/pull/461)