From 929cb9428a4853adbaff51e0d0e0c73118ed56bd Mon Sep 17 00:00:00 2001 From: Caijinglong Date: Tue, 16 Jul 2024 16:20:08 +0800 Subject: [PATCH] docs: Update changelog Signed-off-by: Caijinglong --- .markdownlint.jsonc | 1 + CHANGELOG.md | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc index d9be0c26..89e82dbc 100644 --- a/.markdownlint.jsonc +++ b/.markdownlint.jsonc @@ -1,5 +1,6 @@ { "MD033": false, "MD013": false, + "MD004": false, "MD024": false } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d722463..d3f11746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,12 @@ To know more about breaking changes, see the [Migration Guide][]. ## Unreleased -### Fixes - -- Fix `fetchPathProperties` exception on android of API 28. - ## 3.2.2 -### Fixes +### Fixes -* Do not require `WRITE_EXTERNAL_STORAGE` if not declared in the manifest with Android 29-. +- Do not require `WRITE_EXTERNAL_STORAGE` if not declared in the manifest with Android 29-. +- Fix `fetchPathProperties` exception on android of API 28. ## 3.2.1