From 627cd2b5919259087b125d5e93096ec6385c754a Mon Sep 17 00:00:00 2001 From: srv_ios Date: Thu, 9 Nov 2023 13:34:55 +0100 Subject: [PATCH] Changelog for Release 1.3.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e01b0a3..4d6d9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +1.3.0 Release notes (2023-11-02) +============================================================= + +Improvements to the 'RingPublishingTracking' module. + +### Features + +* Added possibility of reporting video events through 'reportVideoEvent' method in 'RingPublishingTracking' +* Added classes used to describe reported video event: + - VideoState class + - VideoMetadata class + - VideoEvent enum class + - VideoAdsConfiguration enum class + - VideoContentCategory enum class + - VideoStartMode enum class + - VideoStreamFormat enum class + - VideoVisibility classes + 1.2.5 Release notes (2023-09-06) =============================================================