From d2ec75586cf396119211ad29200fe5a01755735c Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Wed, 27 Sep 2023 22:17:38 +0200 Subject: [PATCH] docs(changelog): wasmer 3.1.1 upgrade --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18bb75a..20aa2999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(panes): start panes/editors/commands/plugins in-place (https://github.com/zellij-org/zellij/pull/2795) * fix(theme): fg color for gruvbox light theme (https://github.com/zellij-org/zellij/pull/2791) * fix: display parsing error for kdl files located under the 'themes' directory (https://github.com/zellij-org/zellij/pull/2762) +* refactor(plugins): wasmer v3.1.1 (https://github.com/zellij-org/zellij/pull/2706) ## [0.38.2] - 2023-09-15 * fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)