From 6d351a3c12e4e26e001eda63c4477fc07ced55af Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Mon, 3 Jul 2023 08:45:44 +0000 Subject: [PATCH] Add back release notes about deprecated HDR symbols These were accidentally removed in https://github.com/androidx/media/commit/832d5b5f98e94f9b792217f379705bd742fbb9c3 PiperOrigin-RevId: 545156495 --- RELEASENOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b220d49c41..5ed913bae6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -103,6 +103,12 @@ tests and Compose UI tests. This fixes a bug where playback advances non-deterministically during Espresso or Compose view interactions. * Remove deprecated symbols: + * Remove + `TransformationRequest.Builder.setEnableRequestSdrToneMapping(boolean)` + and + `TransformationRequest.Builder.experimental_setEnableHdrEditing(boolean)`. + Use `Composition.Builder.setHdrMode(int)` and pass the `Composition` to + `Transformer.start(Composition, String)` instead. ## 1.1