From 09b4a473ffc00bbdc4af39c95b916f0ff837be92 Mon Sep 17 00:00:00 2001 From: olly Date: Thu, 22 Oct 2020 12:32:37 +0100 Subject: [PATCH] Add missing release note PiperOrigin-RevId: 338446775 --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9ce93ef81d..f3d7e1ee3b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -29,6 +29,8 @@ ### 2.12.1 (2020-10-23) ### * Core library: + * Fix issue where `Player.setMediaItems` would ignore its `resetPosition` + argument ([#8024](https://github.com/google/ExoPlayer/issues/8024)). * Fix bug where streams with highly uneven track durations may get stuck in a buffering state ([#7943](https://github.com/google/ExoPlayer/issues/7943)).