From 3d40deb7342e7f1c351c56f6144f7fe3c60d9ace Mon Sep 17 00:00:00 2001 From: Benoit Dion <573574+benoitdion@users.noreply.github.com> Date: Mon, 23 Sep 2019 11:08:37 -0400 Subject: [PATCH] Update changelog with Exoplayer update (#1766) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4011e3f6..7f6ef793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ## Changelog ### next -* Fixed Exoplayer doesn't work with mute=true [#1696](https://github.com/react-native-community/react-native-video/pull/1696) +* Fixed Exoplayer doesn't work with mute=true (Android). [#1696](https://github.com/react-native-community/react-native-video/pull/1696) * Added support for automaticallyWaitsToMinimizeStalling property (iOS) [#1723](https://github.com/react-native-community/react-native-video/pull/1723) +* Bump Exoplayer to 2.10.4, remove deprecated usages of Exoplayer methods (Android). [#1753](https://github.com/react-native-community/react-native-video/pull/1753) +* Preserve Exoplayer BandwidthMeter instance across video plays, this should noticeably improve streaming bandwidth detection (Android). ### Version 5.0.2 * Fix crash when RCTVideo's superclass doesn't observe the keyPath 'frame' (iOS) [#1720](https://github.com/react-native-community/react-native-video/pull/1720)