From e9c3ff8f74103d8ab26a2a86a9797e27d03c3bc6 Mon Sep 17 00:00:00 2001 From: Seyed Mojtaba Hosseini Zeidabadi Date: Fri, 28 Feb 2025 01:27:21 +0330 Subject: [PATCH] [Crashlytics] docs: fix a typo in the change log --- Crashlytics/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crashlytics/CHANGELOG.md b/Crashlytics/CHANGELOG.md index d7ebe887305..14e65e3dae1 100644 --- a/Crashlytics/CHANGELOG.md +++ b/Crashlytics/CHANGELOG.md @@ -1,5 +1,5 @@ # 11.9.0 -- [fixed] Made on-demand fatal recording thread suspension configurable through setting to imrpove performance and avoid audio glitch on Unity. Change is for framework only. +- [fixed] Made on-demand fatal recording thread suspension configurable through setting to improve performance and avoid audio glitch on Unity. Change is for framework only. # 11.7.0 - [fixed] Updated `upload-symbols` to version 3.20, wait for `debug.dylib` DWARF content getting generated when build with `--build-phase` option. Added `debug.dylib` DWARF content to run script input file list for user who enabled user script sandboxing (#14054).