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)