From ce00837ca248dcf8c4df8da942379ecc1ca462bc Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 12 May 2021 14:22:59 +0200 Subject: [PATCH] docs(changelog): pasted text fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c31aaeb..d7722b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add support for requesting a simpler layout from plugins, move `clean` flag from `options` to `setup` (https://github.com/zellij-org/zellij/pull/479) * Improve config loading slightly (https://github.com/zellij-org/zellij/pull/492) * Terminal compatibility: preserve current style when clearing viewport (https://github.com/zellij-org/zellij/pull/493) +* Handle pasted text properly (https://github.com/zellij-org/zellij/pull/494) ## [0.9.0] - 2021-05-11 * Add more functionality to unbinding the default keybindings (https://github.com/zellij-org/zellij/pull/468)