Add entry for text track selection

This commit is contained in:
Hampton Maxwell 2018-06-08 10:14:24 -07:00
parent 99c29a907d
commit 3da0e86068

View File

@ -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)