From 912c9f599f33709b80c78582d7f0e3f3abe18889 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 21 Oct 2024 15:59:51 +0200 Subject: [PATCH] docs(changelog): wasmtime patch upgrade --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 331f98e0..586b945e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(plugins): rebind keys at runtime (https://github.com/zellij-org/zellij/pull/3422, https://github.com/zellij-org/zellij/pull/3680) * fix(rendering): do not render cursor if there's nothing to render (https://github.com/zellij-org/zellij/pull/3439 and https://github.com/zellij-org/zellij/pull/3483) * fix(terminal): workaround for windows terminal not interpreting underline colors with semicolons (https://github.com/zellij-org/zellij/pull/3440) -* dependencies: switch from wasmer to wasmtime (https://github.com/zellij-org/zellij/pull/3349) +* dependencies: switch from wasmer to wasmtime (https://github.com/zellij-org/zellij/pull/3349 and https://github.com/zellij-org/zellij/pull/3685) * feat(ui): status-bar redesign (https://github.com/zellij-org/zellij/pull/3475) * chore: Update MSRV in Cargo.toml (https://github.com/zellij-org/zellij/pull/3482) * fix(terminal): prevent escaping pane through scroll region (https://github.com/zellij-org/zellij/pull/3491)