summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-14 23:00:34 +0100
committera-kenji <aks.kenji@protonmail.com>2021-11-14 23:00:34 +0100
commit5458c5624bccb3a36591ef252538c039259eee30 (patch)
tree6f6e91904cbe58c6b787ea75ca5c3a6773c0e85b /CHANGELOG.md
parent347e02ea35793ba7e898ca0693f569a21525d459 (diff)
docs(changelog): add config through layouts
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 dfc1f8c06..9bcf84d82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,7 +35,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
```
* 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)
+* Refactor: close_pane returns closed pane (https://github.com/zellij-org/zellij/pull/853)
+* Add: ability to configure zellij through layouts (https://github.com/zellij-org/zellij/pull/866)
## [0.20.1] - 2021-11-10