From 00af395bb7745c065643f3204fcecce333ff22f2 Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Wed, 5 Apr 2023 17:39:02 +0200 Subject: [PATCH] docs(changelog): socket sticky bit fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 078b6966..dfaf560d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat: allow specifying an "expanded" pane in a stack when defining layouts (https://github.com/zellij-org/zellij/pull/2343) * fix: stacked pane focus glitches in layout (https://github.com/zellij-org/zellij/pull/2344) * fix: strider now no longer opens one pane per client when editing files (https://github.com/zellij-org/zellij/pull/2346) +* fix: set sticky bit on socket files to avoid automatic cleanup (https://github.com/zellij-org/zellij/pull/2141) ## [0.35.2] - 2023-03-10 * fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)