docs(changelog): refactor close_pane

This commit is contained in:
Thomas Linford 2021-11-13 21:55:33 +01:00 committed by GitHub
parent 44852cd6b2
commit 96315ed332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
* Fix: fix CSI cursor next line not moving cursor to beginning of line after moving it down (https://github.com/zellij-org/zellij/pull/863)
* Add: suggestion for similar session name, on attach (https://github.com/zellij-org/zellij/pull/843) * Add: suggestion for similar session name, on attach (https://github.com/zellij-org/zellij/pull/843)
* Fix: handling and overwriting options through the cli (https://github.com/zellij-org/zellij/pull/859) * Fix: handling and overwriting options through the cli (https://github.com/zellij-org/zellij/pull/859)
@ -34,7 +33,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
``` ```
zellij options --mouse-mode true zellij options --mouse-mode true
``` ```
* Fix: fix CSI cursor next line not moving cursor to beginning of line after moving it down (https://github.com/zellij-org/zellij/pull/863)
* Refactor: Support multiple users in `Tab`s (https://github.com/zellij-org/zellij/pull/864) * Refactor: Support multiple users in `Tab`s (https://github.com/zellij-org/zellij/pull/864)
* Refactor: close_pane returns closed pane (https://github.com/zellij-org/zellij/pull/853)
## [0.20.1] - 2021-11-10 ## [0.20.1] - 2021-11-10