docs(changelog): refactor server

This commit is contained in:
Jae-Heon Ji 2023-08-28 22:58:10 +09:00 committed by GitHub
parent b65687660d
commit a6f66b91f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/) The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
* refactor(server): remove unnecessary mut (https://github.com/zellij-org/zellij/pull/2735)
## [0.38.0] - 2023-08-28 ## [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) * fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (https://github.com/zellij-org/zellij/pull/2587)