diff --git a/CHANGELOG.md b/CHANGELOG.md index 939857bd..3de3b844 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: log a warning, if a user-configured mode has no actions associated and is active (https://github.com/zellij-org/zellij/pull/1035) * 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) ## [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)