From 3006c41dc0e9d2560cdcc8db3316fbf14ef54709 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 25 Oct 2024 22:49:52 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #96 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb06db9..91579b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ * Prevent background upload notifications from rapidly appearing and disappearing when writing many small files ([PR #91]) * 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]) ### Version 1.29 @@ -253,3 +254,4 @@ [PR #92]: https://github.com/chenxiaolong/RSAF/pull/92 [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