From a76f2e5bf2690e27c918d6aa04b1b61fe7fc2fb0 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Tue, 22 Oct 2024 22:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339c57cd..7cc665f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ To know more about breaking changes, see the [Migration Guide][]. - Get rid of `@try` `@catch` when toggling favorite on Darwin. +### Fixes + +- Fix no returned ids after successful deletion on Android API 29+. +- Fix mediaLocation = true does not work on Android API 34. + ## 3.5.1 ### Improvements