From 3b1dd1253a9aa118aa6f9915aa63f2129c5d2499 Mon Sep 17 00:00:00 2001 From: Brooks Rady Date: Tue, 26 Oct 2021 18:49:01 +0100 Subject: [PATCH] chore(docs): update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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)