From 3fd47b92e625d66dab3f4cf18421e3540fcafb6c Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 15 Sep 2020 16:12:39 +0100 Subject: [PATCH] Add missing release note Issue: #7902 PiperOrigin-RevId: 331771187 --- RELEASENOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 739fa943f2..966c27ece0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -254,6 +254,9 @@ to `DownloadManager.Listener.onDownloadChanged`. * Support multiple non-overlapping write locks for the same key in `SimpleCache`. + * Remove `CacheUtil`. Equivalent functionality is provided by a new + `CacheWriter` class, `Cache.getCachedBytes`, `Cache.removeResource` and + `CacheKeyFactory.DEFAULT`. * DRM: * Remove previously deprecated APIs to inject `DrmSessionManager` into `Renderer` instances. `DrmSessionManager` must now be injected into