From ddbf16e1b30dba87f76d34b2ad52dcf869bb00be Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Sat, 15 Jan 2022 12:41:25 +0100 Subject: [PATCH] docs(changelog): copy-command option --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 633b5eafc..951c8a08a 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] * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001) * Fix: crash when opening pane in non-existent cwd (https://github.com/zellij-org/zellij/pull/995) +* Feature: add `copy-command` option (https://github.com/zellij-org/zellij/pull/996) ## [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)