From d5ee6b5a7ae36de13a80747cb65b86011ec5f7e8 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Thu, 13 Dec 2018 10:14:02 -0800 Subject: [PATCH] Fix useTextureView default & Support setting the maxBitRate --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 876f9912..3a9b0fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ## Changelog -### Version 4.1.1 +### Version 4.2.0 * Don't initialize filters on iOS unless a filter is set. This was causing a startup performance regression [#1360](https://github.com/react-native-community/react-native-video/pull/1360) +* Support setting the maxBitRate [#1310](https://github.com/react-native-community/react-native-video/pull/1310) +* Fix useTextureView not defaulting to true [#1383](https://github.com/react-native-community/react-native-video/pull/1383) ### Version 4.1.0 * Generate onSeek on Android ExoPlayer & MediaPlayer after seek completes [#1351](https://github.com/react-native-community/react-native-video/pull/1351)