From 8967952533c7ae2bde83381434c90d8b22f2b655 Mon Sep 17 00:00:00 2001 From: Ilias Pavlidakis Date: Tue, 12 Nov 2024 11:06:50 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed2fdd65..869cb3f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). # Upcoming +### 🐞 Fixed +- When joining one call after another, the last frame of the previous call was flashing for a split second in the new call [#596](https://github.com/GetStream/stream-video-swift/pull/596) + +# [1.14.0](https://github.com/GetStream/stream-video-swift/releases/tag/1.14.0) +_November 06, 2024_ + ### ✅ Added - You can now provide the incoming video quality setting for some or all participants [#571](https://github.com/GetStream/stream-video-swift/pull/571) - You can now set the time a user can remain in the call - after their connection disrupted - while waiting for their network connection to recover [#573](https://github.com/GetStream/stream-video-swift/pull/573)