summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhar7an <99636919+har7an@users.noreply.github.com>2022-11-15 15:26:33 +0000
committerGitHub <noreply@github.com>2022-11-15 15:26:33 +0000
commitdc922907eb3aed6fd7a1ae6a2e23f03042801b28 (patch)
treea280630111d2da6645f5fa9c0fa0bd358324d04f
parent4aae81faf8c215351ec0f69714f67e36f8e154c7 (diff)
changelog: Add PR #1769
which falls back to `/bin/sh` if `$SHELL` doesn't exist.
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13b0152cd..0f40bf847 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/)
* feat: support text input from clipboard (https://github.com/zellij-org/zellij/pull/1926)
* errors: Don't log errors from panes when quitting zellij (https://github.com/zellij-org/zellij/pull/1918)
* docs(contributing): update log path (https://github.com/zellij-org/zellij/pull/1927)
+* fix: Fallback to `/bin/sh` if `SHELL` can't be read, panic if shell doesn't exist (https://github.com/zellij-org/zellij/pull/1769)
## [0.33.0] - 2022-11-10