diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ccd00c7..de3f83cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ ## Changelog -### next +### Version 4.4.0 * Fix runtime warning by replacing `UIManager.RCTVideo` with `UIManager.getViewManagerConfig('RCTVideo')` (and ensuring backwards compat) [#1487](https://github.com/react-native-community/react-native-video/pull/1487) * Fix loading package resolved videos when using video-caching [#1438](https://github.com/react-native-community/react-native-video/pull/1438) * Fix "message sent to deallocated instance" crash on ios [#1482](https://github.com/react-native-community/react-native-video/pull/1482) +* Display a warning when source is empty [#1478](https://github.com/react-native-community/react-native-video/pull/1478) +* 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) ### Version 4.3.0 * Fix iOS video not displaying after switching source [#1395](https://github.com/react-native-community/react-native-video/pull/1395)