diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e9ca28..50e4f095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add: initial `nix` support (https://github.com/zellij-org/zellij/pull/1131) * Fix: unused code warnings (https://github.com/zellij-org/zellij/pull/1087) * Add: support `cargo-binstall` (https://github.com/zellij-org/zellij/pull/1129) +* Fix: do not use current cursor style in csi erase display (solve `btm` rendering issue) (https://github.com/zellij-org/zellij/pull/1142) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)