summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-30 10:00:05 +0200
committerGitHub <noreply@github.com>2023-08-30 10:00:05 +0200
commit1988206792006c8bd6ead554423c18e508f32f6b (patch)
treec2091e89ed9cdfd0cef9954b8d6662e403f58897
parent2081a2e64fcd3c93489d4b4c22478faf784ef73f (diff)
docs(changelog): fix glitches on windows terminal
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8008e62d..38a184e13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,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)
+* fix(reconnect): glitches on windows terminal (https://github.com/zellij-org/zellij/pull/2750)
## [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)