From ab5461eb90c552666196d35f23a0c93cbf496ac3 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 7 Aug 2025 11:35:42 +0200 Subject: [PATCH] docs(changelog): terminal title fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d53bbc9..999dd877 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] * fix: pane rename backspace regression (https://github.com/zellij-org/zellij/pull/4346) * fix: Zellij Web login issue with safari (https://github.com/zellij-org/zellij/pull/4345) +* fix: terminal title regression (https://github.com/zellij-org/zellij/pull/4352) ## [0.43.0] - 2025-08-05 * feat: multiple select and bulk pane actions (https://github.com/zellij-org/zellij/pull/4169 and https://github.com/zellij-org/zellij/pull/4171, https://github.com/zellij-org/zellij/pull/4221 and https://github.com/zellij-org/zellij/pull/4286)