From 08b1c57fd694e692c8c19f7c5e9c01240d6a102e Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Sat, 4 Nov 2023 15:02:32 +0100 Subject: [PATCH] chore: fix Readme (#3332) Co-authored-by: olivier --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 913b866a..6066aeef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - All: add built-in typescript support [#3266](https://github.com/react-native-video/react-native-video/pull/3266) - All: update documentation generation [#3296](https://github.com/react-native-video/react-native-video/pull/3296) - **BREAKING CHANGE**❗️Android: update isCodecSupported to return enum [#3254](https://github.com/react-native-video/react-native-video/pull/3254) +- Android: use explicit not-exported flag for AudioBecomingNoisyReceiver [#3327](https://github.com/react-native-video/react-native-video/pull/3327) - Android: remove kotlin-android-extensions [#3299](https://github.com/react-native-video/react-native-video/pull/3299) - Android: ensure audio volume is changed in UI thread [3292](https://github.com/react-native-video/react-native-video/pull/3292) - Android: multiple internal refactor and switch to kotlin