From 94779057d00d3675cd55977367865e9c6421bb6a Mon Sep 17 00:00:00 2001 From: Brooks Rady Date: Thu, 29 Apr 2021 16:00:10 +0100 Subject: [PATCH] chore(changelog): fix the tab '(Sync)' suffix in named tabs --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4284f1c..eb624d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +* Fix the tab '(Sync)' suffix in named tabs (https://github.com/zellij-org/zellij/pull/410) ## [0.6.0] - 2021-04-29 * Doesn't quit anymore on single `q` press while in tab mode (https://github.com/zellij-org/zellij/pull/342)