Update CHANGELOG.md

This commit is contained in:
Aram Drevekenin 2023-08-29 20:56:27 +02:00 committed by GitHub
parent d895f358b2
commit 90875b0c00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ 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)
* fix(status-bar): add break tab hints (https://github.com/zellij-org/zellij/pull/2748)
## [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)