diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc9a90a..79240865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * 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) +* feat(ui): status-bar redesign (https://github.com/zellij-org/zellij/pull/3475) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)