summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBrooks Rady <b.j.rady@gmail.com>2021-10-26 18:49:01 +0100
committerGitHub <noreply@github.com>2021-10-26 18:49:01 +0100
commit3b1dd1253a9aa118aa6f9915aa63f2129c5d2499 (patch)
treea9797c6673321112dd2df9b94c46b31f11270985 /CHANGELOG.md
parent6bb1ec6636eac97512eecd4eab6c224aea5b4596 (diff)
chore(docs): update changelog
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 801e965d7..ef60eba01 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: Use hyperlinks for the setup information (https://github.com/zellij-org/zellij/pull/768)
* Feature: Rotate Pane location (https://github.com/zellij-org/zellij/pull/802)
* Terminal compatibility: improve handling of wide-characters when inserted mid-line (https://github.com/zellij-org/zellij/pull/806)
+* Fix: plugins are now only compiled once and cached on disk (https://github.com/zellij-org/zellij/pull/807)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)