summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2021-11-13 21:55:33 +0100
committerGitHub <noreply@github.com>2021-11-13 21:55:33 +0100
commit96315ed332438374743d73d3e3b38c3cdbdc3331 (patch)
tree1d94ad8c52a9ae8ec727317dc10b05228487abe3 /CHANGELOG.md
parent44852cd6b24d7a63c192bbab8fb91e0db6916971 (diff)
docs(changelog): refactor close_pane
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54fa4a411..dfc1f8c06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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/)
## [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)
* 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
```
+* 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: close_pane returns closed pane (https://github.com/zellij-org/zellij/pull/853)
## [0.20.1] - 2021-11-10