docs(changelog): wasmer -> wasmtime

This commit is contained in:
Aram Drevekenin 2024-06-28 16:48:49 +02:00 committed by GitHub
parent 7d7848cddc
commit 8e33b20559
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +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
* fix(rendering): do not render cursor if there's nothing to render (https://github.com/zellij-org/zellij/pull/3439)
* 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)
## [0.40.1] - 2024-05-02
* fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)