From 04ad07d9e9749a77417cd03104d71cbdd1468281 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 1 Jul 2021 20:28:00 +0200 Subject: [PATCH] docs(changelog): Add option for default-shell --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc99487..9a6e37cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) `layout-dir` * 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) +* Add option to specify a default shell (https://github.com/zellij-org/zellij/pull/594) ## [0.13.0] - 2021-06-04 * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540)