From 379271f41b0281e86269cddf6c5bd72ec5af3e33 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Mon, 21 Feb 2022 18:03:55 +0100 Subject: [PATCH] docs(changelog): copy wrapped lines fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d2e991..cfa3d50a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Feature: add floating panes (https://github.com/zellij-org/zellij/pull/1066) * 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) +* Fix: improve copy of wrapped lines (https://github.com/zellij-org/zellij/pull/1069) ## [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)