summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-05-29 18:19:34 +0200
committera-kenji <aks.kenji@protonmail.com>2021-05-29 18:19:34 +0200
commit154ed3d41cc863e0e4446309db38f8b3aa4479a6 (patch)
tree51d7cdb8f1769e00febce2bc6a59748029ba6503
parent4c079ca25d0d4ebbfbe48f30ff787ebd2864bdf7 (diff)
docs(changelog): Add default_mode option
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71ad34102..1c49de530 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Session name optional in attach command (https://github.com/zellij-org/zellij/pull/542)
* Fix build on platforms with TIOCGWINSZ / ioctl() integer type mismatch (https://github.com/zellij-org/zellij/pull/547)
* Fix(ui): session mode should be disabled in locked mode (https://github.com/zellij-org/zellij/pull/548)
+* Add option to start in arbitrary modes (https://github.com/zellij-org/zellij/pull/513)
## [0.12.1] - 2021-05-28
* HOTFIX: fix Zellij not responding to input on certain terminals (https://github.com/zellij-org/zellij/issues/538)