summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-10-31 20:40:50 +0100
committera-kenji <aks.kenji@protonmail.com>2021-10-31 20:40:50 +0100
commit954b43271132a6b2717ca5e35188e7de7480f418 (patch)
treea30b9ee34463011c56f896c04d285748770d06f8 /CHANGELOG.md
parentf902f3ed1d856f01962b7501a3761ac634aed59c (diff)
docs(changelog): fix a typo
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e91ca637..5e125e320 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix: pasted text performs much faster and doesn't kill Termion (https://github.com/zellij-org/zellij/pull/810)
* Fix: resizing/scrolling through heavily wrapped panes no longer hangs (https://github.com/zellij-org/zellij/pull/814)
* Terminal compatibility: properly handle HOME/END keys in eg. vim/zsh (https://github.com/zellij-org/zellij/pull/815)
+* Fix: Typo (https://github.com/zellij-org/zellij/pull/821)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)