From 70fd08a148ab7e6f946449fcee4d3415e4a29b83 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 8 Apr 2025 09:33:40 +0200 Subject: [PATCH] docs(changelog): deps upgrade --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e99d1be7..44f902cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * build: Don't use default features (https://github.com/zellij-org/zellij/pull/4086) * build: Don't re-export foreign crates (https://github.com/zellij-org/zellij/pull/4087) * performance(terminal): reduce render count to mitigate flickering issues in apps that don't implement synchronized renders (https://github.com/zellij-org/zellij/pull/4100) +* fix(build): update wit/wasm-parser to get around a breaking change in the rust compiler (https://github.com/zellij-org/zellij/pull/4118) ## [0.42.1] - 2025-03-21 * fix(mouse): fix mouse handling in windows terminal (https://github.com/zellij-org/zellij/pull/4076)