diff --git a/CHANGELOG.md b/CHANGELOG.md index 91579b1..6253d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ * Fix biometric and device credential authentication on Android <11 ([Issue #93], [PR #94]) * Work around an Android bug in Android <11 that causes the edge-to-edge layout to not account for the navigation bar ([Issue #93], [PR #95]) * Fix potential issue with crash handler itself crashing when attempting to write a log file ([PR #96]) +* Allow importing any file to work around issues where Android reports an unexpected MIME type ([Issue #93], [PR #97]) ### Version 1.29 @@ -255,3 +256,4 @@ [PR #94]: https://github.com/chenxiaolong/RSAF/pull/94 [PR #95]: https://github.com/chenxiaolong/RSAF/pull/95 [PR #96]: https://github.com/chenxiaolong/RSAF/pull/96 +[PR #97]: https://github.com/chenxiaolong/RSAF/pull/97