From a6f66b91f134d97fc6ae61b23b93e07a6c3f0fc6 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:58:10 +0900 Subject: [PATCH] docs(changelog): refactor server --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05008bdf..529b07fb 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)