From e5a3deb51f29f22a25d33da295aa3a378412fb06 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Thu, 7 Jun 2018 23:08:52 -0700 Subject: [PATCH] Add entry for left/right Android MediaPlayer balance --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81bea39e..9352eb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Changelog Upcoming release +* Support changing the left/right balance on Android MediaPlayer (https://github.com/react-native-community/react-native-video/pull/1051) * Prevent multiple onEnd notifications on iOS (https://github.com/react-native-community/react-native-video/pull/832) * Fix doing a partial swipe on iOS causing a black screen (https://github.com/react-native-community/react-native-video/pull/1048) * Fix crash when switching to a new source on iOS (https://github.com/react-native-community/react-native-video/pull/974)