summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-04-13 10:03:49 +0200
committerGitHub <noreply@github.com>2023-04-13 10:03:49 +0200
commitde9eeb2f4217c2c645a62680a8de6f3cb08f6e72 (patch)
tree0c42101e2217e65c4b003172ec22136795f0bde8
parent7e207f4c0cd4566d5c3cd14c793b06697ac64f8b (diff)
docs(changelog): memory leak fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfaf560d1..117c873a7 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)