From 0ac524b29529fdfe771c65488f470cac717d257f Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 21 Feb 2022 15:53:35 +0100 Subject: [PATCH] docs(changelog): tmux mode --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8fb24973..73d2e9912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * 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) * Feature: add floating panes (https://github.com/zellij-org/zellij/pull/1066) -* Feature: bump up internal `autocfg` dependency to `1.1.0` (https://github.com/zellij-org/zellij/pull/1071) +* Fix: bump up internal `autocfg` dependency to `1.1.0` (https://github.com/zellij-org/zellij/pull/1071) +* Feature: add tmux mode (https://github.com/zellij-org/zellij/pull/1073) ## [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)