From 53a6637467da95155f21612c0ca4c76058457a32 Mon Sep 17 00:00:00 2001 From: Alessio Placitelli Date: Tue, 11 Feb 2020 16:16:45 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be4244939..3576a0450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ * Android: * Collections performed before initialization (preinit tasks) are now dispatched off the main thread during initialization. + * The baseline ping will now include `reason` codes that indicate why it was + submitted. If an unclean shutdown is detected (e.g. due to force-close), this + ping will be sent at startup with `reason: dirty_startup`. * iOS: * Collections performed before initialization (preinit tasks) are now dispatched off the main thread and not awaited during initialization.