From 3b506318100df4422c8e2ad625cd20dccda7fef4 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Mon, 6 Feb 2023 09:12:41 +0100 Subject: [PATCH] fix Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e1bac10a7..443743e1fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fixes - Cleanup AppHangTracking properly when closing SDK (#2671) +- Add EXC_BAD_ACCESS subtypes to events (#2667) ## 8.1.0 @@ -14,7 +15,6 @@ - AttachScreenshots is GA (#2623) - Gather profiling timeseries metrics for CPU usage and memory footprint (#2493) - Change SentryTracedView `transactionName` to `viewName` (#2630) -- Add EXC_BAD_ACCESS subtypes to events (#2667) ### Fixes