From 035b9a2a55ad9a280430381d72e6fbeddb108691 Mon Sep 17 00:00:00 2001 From: William Van Haevre Date: Fri, 8 Nov 2024 14:59:53 +0100 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d1db827..984b111c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - The `MediaPlaybackService` on Android is never restarted if a MediaButton event is received after the app was closed. - Added a consumer R8 config file on Android, telling R8 not to throw errors or warnings because of classes that are expected to be missing. +- Simplified the viewController reparenting mechanism on iOS that is applied when changing the `presentationMode` to/from fullscreen. ## [8.7.0] - 24-11-05