docs(changelog): Add option for default-shell

This commit is contained in:
a-kenji 2021-07-01 20:28:00 +02:00
parent 8524f52ff4
commit 04ad07d9e9

View file

@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
`layout-dir` `layout-dir`
* Fix `Makefile.toml` because of missing directory (https://github.com/zellij-org/zellij/pull/580) * Fix `Makefile.toml` because of missing directory (https://github.com/zellij-org/zellij/pull/580)
* Autodetach on force close (https://github.com/zellij-org/zellij/pull/581) * Autodetach on force close (https://github.com/zellij-org/zellij/pull/581)
* Add option to specify a default shell (https://github.com/zellij-org/zellij/pull/594)
## [0.13.0] - 2021-06-04 ## [0.13.0] - 2021-06-04
* Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540) * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540)