From 37270d9e85dde83a37b10437a3db8a073f7f5dab Mon Sep 17 00:00:00 2001 From: Monika <66684637+mhelf-dolby@users.noreply.github.com> Date: Wed, 26 Apr 2023 23:41:01 +0200 Subject: [PATCH] Changelog update (#339) * Changelog update * Changelog updates per feedback --------- Co-authored-by: Diana Fillingham --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554f04b1..6f7b2849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.8.2-beta.1 + +### Bug Fixes + +Introduced improvements that prevent the [VideoViewController](https://api-references.dolby.io/comms-sdk-flutter/dolbyio_comms_sdk_flutter/VideoViewController-class.html) from accessing unmounted [VideoView](https://api-references.dolby.io/comms-sdk-flutter/dolbyio_comms_sdk_flutter/VideoView-class.html) widgets. + ## 3.8.1 ### Features