diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bacf4b5..876f9912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +### Version 4.1.1 +* 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) + ### 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) * Remove unneeded onVideoSaved event [#1350](https://github.com/react-native-community/react-native-video/pull/1350)