docs(changelog): refactor close_pane
This commit is contained in:
parent
44852cd6b2
commit
96315ed332
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue