From 6848c8b136386e0e12f4a4c15f025afcde998ebd Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 7 Aug 2025 10:23:52 +0200 Subject: [PATCH] docs(changelog): safari login fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1b894d..0d53bbc9 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] * 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) ## [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)