summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-10-31 20:47:26 +0100
committera-kenji <aks.kenji@protonmail.com>2021-10-31 20:47:26 +0100
commit13f3e747e41ce42daca95aeb67678f0dc7834c0a (patch)
tree8f879ed07acf684eb7fa4b6220200dbc59e099a0 /CHANGELOG.md
parentf04a7a4ee7461a97d669fc49b1d061555a7541f7 (diff)
docs(changelog): fix unused import on darwin
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 52d9b6f63..9543cabb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
* Fix: Update `cargo-make` instructions post `v0.35.3` (https://github.com/zellij-org/zellij/pull/819)
+* Fix: Unused import for darwin systems (https://github.com/zellij-org/zellij/pull/820)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)