From 64890a95da93e6beb771a2102b720888481b509a Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 3 Jun 2024 07:56:32 -0700 Subject: [PATCH] Move CEA-708 release note from 1.3.0 to 'unreleased' (1.4.0) This was added in the wrong place as part of https://github.com/androidx/media/commit/0a58832d85a51a8ee8f50144c25d92ab8d8c0e78 PiperOrigin-RevId: 639783174 --- RELEASENOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a75bccde8a..383dfeb941 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -136,6 +136,9 @@ * This was originally included in the `1.3.0-alpha01` release notes, but the change was accidentally reverted before the `1.3.0-rc01` release. This is now fixed, so the change is present again. + * CEA-708: Avoid duplicate newlines being added by ExoPlayer's naive + handling of the 'set pen location' command + ([#1315](https://github.com/androidx/media/pull/1315)). * Metadata: * Fix mapping of MP4 to ID3 sort tags. Previously the 'album sort' (`soal`), 'artist sort' (`soar`) and 'album artist sort' (`soaa`) MP4 @@ -568,9 +571,6 @@ This release includes the following changes since the `rowLock` and `columnLock` should both be assumed to be true, regardless of the values present in the stream (`columnLock` support is not implemented, so it's effectively assumed to always be false). - * CEA-708: Avoid duplicate newlines being added by ExoPlayer's naive - handling of the 'set pen location' command - ([#1315](https://github.com/androidx/media/pull/1315)). * Image: * Add support for DASH thumbnails. Grid images are cropped and individual thumbnails are provided to `ImageOutput` close to their presentation