From 3f383dabd216e4e927ff686dad6ff15b1ceba863 Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Fri, 10 Dec 2021 13:05:43 +0100 Subject: [PATCH] fix: Correct changelog entry --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f77ede395..ea936113e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,16 @@ - Add client-side stackwalking on Linux, Windows, and macOS (disabled by default). +**Internal**: + +- Update Crashpad and Breakpad submodules to 2021-12-03. + ## 0.4.12 **Features**: - Make the shutdown timeout configurable via `sentry_options_set_shutdown_timeout`. -**Internal**: - -- Update Crashpad and Breakpad submodules to 2021-12-03. - **Fixes**: - The crashpad backend compiles with mingw again.