summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-02-07 17:56:55 +0100
committerGitHub <noreply@github.com>2023-02-07 17:56:55 +0100
commit0255b56f241292cd905711396338614e68334482 (patch)
tree91a663935c2763a1dd93f2816caeb7fcf525086a
parent5b3e1ecacd31bf554b59885a01bf4701874b9063 (diff)
docs(changelog): wasmer singlepass in dev
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28f4dc13d..3d722d3d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat: add ScrollToTop action (https://github.com/zellij-org/zellij/pull/2110)
* fix: the status-bar now does the right thing when set to one line (https://github.com/zellij-org/zellij/pull/2091)
* feat: add cli action to switch to tab by name (https://github.com/zellij-org/zellij/pull/2120)
+* dev: use the wasmer Singlepass compiler when compiling plugins in development (https://github.com/zellij-org/zellij/pull/2134)
## [0.34.4] - 2022-12-13