summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-11-10 17:43:09 +0100
committerGitHub <noreply@github.com>2021-11-10 17:43:09 +0100
commitaa7784baa804893bea33845c295f85521b69a4f5 (patch)
tree3f526150166fb0f481236d94632ebb1a8bd7947a
parent3f408b5251efa8d92229555b26bb9db1de4866d0 (diff)
docs(changelog): paste hotfix
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9892a27dc..360049449 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix: unify zellij environment variable handling (https://github.com/zellij-org/zellij/pull/842)
* Add: toggle boolean options with cli flags (https://github.com/zellij-org/zellij/pull/855)
+* HOTFIX: fix pasting regression (https://github.com/zellij-org/zellij/pull/858)
+
## [0.20.0] - 2021-11-08
* Fix: improve performance of echoed keystrokes (https://github.com/zellij-org/zellij/pull/798)
* Add: Use hyperlinks for the setup information (https://github.com/zellij-org/zellij/pull/768)