From 4e1043cb82ee2e149cc3f7ee8cbcbfef413bcfdb Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Tue, 8 Feb 2022 11:07:02 +0900 Subject: [PATCH] docs(changelog): update the confusing tips --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de3b844..baa0a56a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Feature: add focus attribute in layout (https://github.com/zellij-org/zellij/pull/958) * Compatibility: disable scrollback in alternate screen (https://github.com/zellij-org/zellij/pull/1032) * Feature: add `copy-clipboard` option (https://github.com/zellij-org/zellij/pull/1022) +* Fix: update the confusing tips on `RenamePane` (https://github.com/zellij-org/zellij/pull/1045) ## [0.24.0] - 2022-01-05 * Terminal compatibility: properly handle insertion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/964)