From 3da0e860680f1b7b4672854c0fb30e4f28066249 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Fri, 8 Jun 2018 10:14:24 -0700 Subject: [PATCH] Add entry for text track selection --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ea3891..0bb38f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Changelog ### Version 2.2.0 +* Text track selection support for iOS & ExoPlayer (https://github.com/react-native-community/react-native-video/pull/1049) * Support outputting to a TextureView on Android ExoPlayer (https://github.com/react-native-community/react-native-video/pull/1058) * 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)