From d7f40be3852330b0352b444ec7e381ef96e19086 Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 8 Dec 2015 02:10:00 -0800 Subject: [PATCH] Update release notes. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=109667763 --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 155a01e32e..adf5c1113d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -6,6 +6,8 @@ * MP4: Fix for playback of media containing basic edit lists. * QuickTime: Fix parsing of QuickTime style audio sample entry. * HLS: Add H262 support for devices that have an H262 decoder. +* Allow AudioTrack PlaybackParams (e.g. speed/pitch) on API level 23+. +* Correctly detect 4K displays on API level 23+. * Misc bug fixes. ### r1.5.2 ###