From 9879b5a059a5667f4f1848751a591c04675c0fb6 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 13 Feb 2023 17:53:16 +0100 Subject: [PATCH] docs(changelog): singlepass compiler --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d722d3d..9866be17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +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) +* dev: use the wasmer Singlepass compiler when compiling plugins in development (https://github.com/zellij-org/zellij/pull/2134 + https://github.com/zellij-org/zellij/pull/2146) ## [0.34.4] - 2022-12-13