diff --git a/CHANGELOG.md b/CHANGELOG.md index de3f83cf..50ef4a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ * Don't crash on iOS for an empty source [#1246](https://github.com/react-native-community/react-native-video/pull/1246) * Recover from from transient internet failures when loading on ExoPlayer [#1448](https://github.com/react-native-community/react-native-video/pull/1448) * Add controls support for ExoPlayer [#1414](https://github.com/react-native-community/react-native-video/pull/1414) +* Fix check for text tracks when iOS caching enabled [#1387](https://github.com/react-native-community/react-native-video/pull/1387) +* Add support for Picture in Picture on iOS [#1325](https://github.com/react-native-community/react-native-video/pull/1325) ### Version 4.3.0 * Fix iOS video not displaying after switching source [#1395](https://github.com/react-native-community/react-native-video/pull/1395)