From 09d0db21bb5bb62be70ba7c612c9f4599d25f04f Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Mon, 27 Aug 2018 19:09:05 -0700 Subject: [PATCH] Add caching cleanup notes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1894ee..6acc236f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Partial support for timed metadata on Android MediaPlayer [#707](https://github.com/react-native-community/react-native-video/pull/707) * Update to ExoPlayer 2.8.2. Android SDK 26 now required [#1170](https://github.com/react-native-community/react-native-video/pull/1170) * Support video caching for iOS [#955](https://github.com/react-native-community/react-native-video/pull/955) +* Video caching cleanups [#1172](https://github.com/react-native-community/react-native-video/pull/1172) ### Version 3.2.0 * Basic fullscreen support for Android MediaPlayer [#1138](https://github.com/react-native-community/react-native-video/pull/1138)