summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2023-08-30 10:47:49 +0200
committerGitHub <noreply@github.com>2023-08-30 10:47:49 +0200
commit6116195a29e2ac1c7e7b24c88bb6f9592c3399c6 (patch)
treecdc2a823218c29fd9ac34706d69546e8510bbdd9
parent15737d7d10c4144d614df3b58c96c7f3f6ef8ba4 (diff)
docs(changelog): grid memory leak fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38a184e13..b7784e43f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* refactor(server): remove unnecessary mut (https://github.com/zellij-org/zellij/pull/2735)
* fix(status-bar): add break tab hints (https://github.com/zellij-org/zellij/pull/2748)
* fix(reconnect): glitches on windows terminal (https://github.com/zellij-org/zellij/pull/2750)
+* fix(grid): memory leak with unfocused tabs (https://github.com/zellij-org/zellij/pull/2745)
## [0.38.0] - 2023-08-28
* fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (https://github.com/zellij-org/zellij/pull/2587)