From ce2957cb37df073446aa48b648f798fb8893ca92 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 30 Sep 2021 10:50:15 +0200 Subject: [PATCH] docs(changelog): update strider hotfix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85215c57..c6930275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * HOTFIX: mouse selection now working (https://github.com/zellij-org/zellij/pull/752) +* HOTFIX: prevent strider from descending into /host folder (https://github.com/zellij-org/zellij/pull/753) ## [0.18.0] - 2021-09-29 * Fix: Properly open new pane with CWD also when switching to a new tab (https://github.com/zellij-org/zellij/pull/729)