From c0afb23e068b83ee016473922464116b28767969 Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Thu, 9 Dec 2021 23:33:11 +0530 Subject: [PATCH] docs(changelog): Allow naming panes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b620385..fc64868f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: support multiple users in plugins * Fix: update default layouts (https://github.com/zellij-org/zellij/pull/926) * Add: infrastructure to show distinct tips in the `status-bar` plugin (https://github.com/zellij-org/zellij/pull/926) +* Feature: Allow naming panes (https://github.com/zellij-org/zellij/pull/928) ## [0.21.0] - 2021-11-29 * Add: initial preparations for overlay's (https://github.com/zellij-org/zellij/pull/871)