From 3d4c36ea4ec5821ed02d2b6eccca1575d0e9257a Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Wed, 11 Jul 2018 09:23:39 -0700 Subject: [PATCH] Add entry for iOS textTracks --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6d5078..d649ccec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +### Next Version +* Support sidecar text tracks on iOS [#1109](https://github.com/react-native-community/react-native-video/pull/1109) + ### Version 3.0 * Inherit Android buildtools and SDK version from the root project [#1081](https://github.com/react-native-community/react-native-video/pull/1081) * Automatically play on ExoPlayer when the paused prop is not set [#1083](https://github.com/react-native-community/react-native-video/pull/1083)