diff --git a/CHANGELOG.md b/CHANGELOG.md index 23aedddf..fc9a05f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(ux): tips on startup (https://github.com/zellij-org/zellij/pull/3988) * feat(mouse): double-click to mark word boundaries, triple-click to mark entire paragraph (https://github.com/zellij-org/zellij/pull/3996) * feat(ux): improve filepicker UX (https://github.com/zellij-org/zellij/pull/4007) +* fix(clipboard): various clipboard message fixes (https://github.com/zellij-org/zellij/pull/4009) ## [0.41.2] - 2024-11-19 * fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)