From de9eeb2f4217c2c645a62680a8de6f3cb08f6e72 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 13 Apr 2023 10:03:49 +0200 Subject: [PATCH] docs(changelog): memory leak fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfaf560d..117c873a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * 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) +* fix: memory leak when attaching/detaching from sessions (https://github.com/zellij-org/zellij/pull/2328) ## [0.35.2] - 2023-03-10 * fix: get "zellij attach --create" working again (https://github.com/zellij-org/zellij/pull/2247)