From 094c4f100ebc4f1dce22fc3e711ca5fc8c852004 Mon Sep 17 00:00:00 2001 From: Roland Kakonyi Date: Fri, 24 Nov 2023 11:43:17 +0100 Subject: [PATCH] chore: fix changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1ebb2f..2bf1e369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,13 @@ - Android: `onEvent` callback not being called on `PlayerView` - iOS: `onEvent` on iOS has incomplete payload information +- tvOS: Picture in Picture sample screen has unwanted padding ## [0.14.1] (2023-11-16) ### Fixed - Android: `PlayerView` destroys attached `Player` instance on destroy. `Player` lifecycle must be handled on the creation side -- tvOS: Picture in Picture sample screen has unwanted padding ## [0.14.0] (2023-11-14)