summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2023-04-05 17:39:02 +0200
committerGitHub <noreply@github.com>2023-04-05 17:39:02 +0200
commit00af395bb7745c065643f3204fcecce333ff22f2 (patch)
treecadf6747aa2a51d18c28809095cbf7e9ee80a7a6
parent778d57c3c300c006e948b8e2d95182777b44cee0 (diff)
docs(changelog): socket sticky bit fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 078b69669..dfaf560d1 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)