summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-04 10:23:45 +0200
committerGitHub <noreply@github.com>2023-08-04 10:23:45 +0200
commitc3e140cb4b3c0897329bf07ee7f51e9fd402b3df (patch)
tree1dc09606dd3d1e1d6aa6c584c7a261f9cabab86a
parent0fc1939c6ccab905770dd2c34d34384a0370df51 (diff)
docs(changelog): plug memory leak
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bbd4495f4..17f10d483 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix(terminal): occasional glitches while changing focus (https://github.com/zellij-org/zellij/pull/2654)
* feat(plugins): add utility functions to get focused tab/pane (https://github.com/zellij-org/zellij/pull/2652)
* feat(ui): break pane to new tab and move panes between tabs (https://github.com/zellij-org/zellij/pull/2664)
+* fix(performance): plug memory leak (https://github.com/zellij-org/zellij/pull/2675)
## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)