From 0abaf877d9bc621d3c972947f752c2227aea5751 Mon Sep 17 00:00:00 2001 From: onevcat Date: Sat, 9 Dec 2023 21:27:42 +0900 Subject: [PATCH] Update change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d197bc4..dfdafb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fix + +- A timing issue that on iOS 17 a wrong timestamp might be used when the image starts to play when the app is just going to start up. It caused the image to be played at the wrong speed. [#140](https://github.com/onevcat/APNGKit/pull/140) @alexander-steel @devflow @onevcat + ## [2.2.3] - 2023-10-09 ### Fix