summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-29 20:56:27 +0200
committerGitHub <noreply@github.com>2023-08-29 20:56:27 +0200
commit90875b0c00498fef00fac673086bd30145b64ccd (patch)
tree66d368e9931866df41206c6664fa241eb9e994cc
parentd895f358b239752aa8db49116bd067f4e63aee40 (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 529b07fb8..a8008e62d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)