docs(changelog): ansi fix

This commit is contained in:
Aram Drevekenin 2023-03-09 16:59:16 +01:00 committed by GitHub
parent 263f5cbfd2
commit 6502cf78b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
* fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247) * fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)
* fix: crash when closing tab with command panes (https://github.com/zellij-org/zellij/pull/2251) * fix: crash when closing tab with command panes (https://github.com/zellij-org/zellij/pull/2251)
* Terminal compatibility: pad end of line on `CSI P` (https://github.com/zellij-org/zellij/pull/2259)
## [0.35.1] - 2023-03-07 ## [0.35.1] - 2023-03-07
* fix: show visual error when unable to split panes vertically/horizontally (https://github.com/zellij-org/zellij/pull/2025) * fix: show visual error when unable to split panes vertically/horizontally (https://github.com/zellij-org/zellij/pull/2025)