From feccb1cca625d56d8a635de5f5be20ac0e0df948 Mon Sep 17 00:00:00 2001 From: olivier Date: Thu, 3 Aug 2023 21:19:23 +0200 Subject: [PATCH] chore: fix missing readme comments --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 246dbd66..ff6d367d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ ## Changelog ### Version 6.0.0-alpha.7 +- All: clean JS warnings (https://github.com/react-native-video/react-native-video/pull/3183) +- Android: Add shutterView color configurtion (https://github.com/react-native-video/react-native-video/pull/3179) +- Android: React native 0.73 support (https://github.com/react-native-video/react-native-video/pull/3163) - Android: Fix memory leaks from AudioManager [#3123](https://github.com/react-native-video/react-native-video/pull/3123) - Android: Fixed syntax error [#3182](https://github.com/react-native-video/react-native-video/issues/3182) +- iOS: Fix freeze at playback startup (https://github.com/react-native-video/react-native-video/pull/3173) +- iOS: Various safety checks (https://github.com/react-native-video/react-native-video/pull/3168) ### Version 6.0.0-alpha.6 - Feature: Video range support [#3030](https://github.com/react-native-video/react-native-video/pull/3030)