summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-08-28 22:58:10 +0900
committerGitHub <noreply@github.com>2023-08-28 22:58:10 +0900
commita6f66b91f134d97fc6ae61b23b93e07a6c3f0fc6 (patch)
tree6ca47ae22bdf0cbd658b7c00754ffd8cf5c41c5e
parentb65687660d2486d7f0ee1293e90dee3a25caa5f2 (diff)
docs(changelog): refactor server
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05008bdf3..529b07fb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+* refactor(server): remove unnecessary mut (https://github.com/zellij-org/zellij/pull/2735)
## [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)