From 350b6467c9022c70a57388b4403542f5b1e1a616 Mon Sep 17 00:00:00 2001 From: Tom Van Laerhoven Date: Mon, 23 Dec 2024 09:52:43 +0100 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d1d043d..aab6039f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fixed a memory leak on iOS, where the presentationModeManager was holding a strong reference to the fullscreen's target and return views - Fixed an issue on iOS where the destruction of the THEOplayerView was not always propagated correctly over the iOS Bridge, resulting in an occasional memory leak. +- Fixed an issue where, when requesting a text track's cues, the time properties would sometimes be in seconds instead of milliseconds. ## [8.11.1] - 24-12-18